Mozilla / smart-tab-embedding

huggingface.co
Total runs: 1.3K
24-hour runs: 7
7-day runs: 155
30-day runs: 503
Model's Last Updated: February 12 2025
sentence-similarity

Introduction of smart-tab-embedding

Model Details of smart-tab-embedding

https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2 with ONNX weights to be compatible with Transformers.js.

Usage (Transformers.js)

If you haven't already, you can install the Transformers.js JavaScript library from NPM using:

npm i @huggingface/transformers

You can then use the model to compute embeddings like this:

import { pipeline } from '@huggingface/transformers';

// Create a feature-extraction pipeline
const extractor = await pipeline('feature-extraction', 'Xenova/all-MiniLM-L6-v2');

// Compute sentence embeddings
const sentences = ['This is an example sentence', 'Each sentence is converted'];
const output = await extractor(sentences, { pooling: 'mean', normalize: true });
console.log(output);
// Tensor {
//   dims: [ 2, 384 ],
//   type: 'float32',
//   data: Float32Array(768) [ 0.04592696577310562, 0.07328180968761444, ... ],
//   size: 768
// }

You can convert this Tensor to a nested JavaScript array using .tolist() :

console.log(output.tolist());
// [
//   [ 0.04592696577310562, 0.07328180968761444, 0.05400655046105385, ... ],
//   [ 0.08188057690858841, 0.10760223120450974, -0.013241755776107311, ... ]
// ]

Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using 🤗 Optimum and structuring your repo like this one (with ONNX weights located in a subfolder named onnx ).

Runs of Mozilla smart-tab-embedding on huggingface.co

1.3K
Total runs
7
24-hour runs
27
3-day runs
155
7-day runs
503
30-day runs

More Information About smart-tab-embedding huggingface.co Model

More smart-tab-embedding license Visit here:

https://choosealicense.com/licenses/apache-2.0

smart-tab-embedding huggingface.co

smart-tab-embedding huggingface.co is an AI model on huggingface.co that provides smart-tab-embedding's model effect (), which can be used instantly with this Mozilla smart-tab-embedding model. huggingface.co supports a free trial of the smart-tab-embedding model, and also provides paid use of the smart-tab-embedding. Support call smart-tab-embedding model through api, including Node.js, Python, http.

smart-tab-embedding huggingface.co Url

https://huggingface.co/Mozilla/smart-tab-embedding

Mozilla smart-tab-embedding online free

smart-tab-embedding huggingface.co is an online trial and call api platform, which integrates smart-tab-embedding's modeling effects, including api services, and provides a free online trial of smart-tab-embedding, you can try smart-tab-embedding online for free by clicking the link below.

Mozilla smart-tab-embedding online free url in huggingface.co:

https://huggingface.co/Mozilla/smart-tab-embedding

smart-tab-embedding install

smart-tab-embedding is an open source model from GitHub that offers a free installation service, and any user can find smart-tab-embedding on GitHub to install. At the same time, huggingface.co provides the effect of smart-tab-embedding install, users can directly use smart-tab-embedding installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

smart-tab-embedding install url in huggingface.co:

https://huggingface.co/Mozilla/smart-tab-embedding

Url of smart-tab-embedding

smart-tab-embedding huggingface.co Url

Provider of smart-tab-embedding huggingface.co

Mozilla
ORGANIZATIONS

Other API from Mozilla

huggingface.co

Total runs: 2.8K
Run Growth: 905
Growth Rate: 32.30%
Updated:October 02 2024
huggingface.co

Total runs: 242
Run Growth: 12
Growth Rate: 4.96%
Updated:November 25 2024
huggingface.co

Total runs: 41
Run Growth: 7
Growth Rate: 17.07%
Updated:August 20 2025
huggingface.co

Total runs: 18
Run Growth: 14
Growth Rate: 77.78%
Updated:May 05 2024
huggingface.co

Total runs: 4
Run Growth: 4
Growth Rate: 100.00%
Updated:October 16 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 04 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 04 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 15 2025