It is numerically identical to the original (cosine similarity 1.0000000000, max absolute difference 1.5e-08); the only change is how the weights are stored. The original uses Model2Vec's
vocabulary_quantization
, which packs the vocabulary into a smaller shared table plus
mapping
and
weights
tensors. Sentence Transformers'
StaticEmbedding
cannot read that layout, so here the embedding matrix is materialized to one row per token.
The evaluation in the model card was executed using this distilled model, not the original.
This model was trained in streaming mode over large precomputed feature shards with incremental PCA (384d), vocabulary quantization capped at 32k effective tokens, and fine-tuning optimizations for large-scale data.
from model2vec import StaticModel
model = StaticModel.from_pretrained("cnmoro/static-nomic-384-pten-v2")
# Compute text embeddings
embeddings = model.encode(["Example sentence"])
Or using sentence-transformers library:
from sentence_transformers import SentenceTransformer
model = SentenceTransformer('cnmoro/static-nomic-384-pten-v2')
# Compute text embeddings
embeddings = model.encode(["Example sentence"])
Runs of cnmoro static-nomic-384-pten-v2-st on huggingface.co
325
Total runs
4
24-hour runs
10
3-day runs
18
7-day runs
277
30-day runs
More Information About static-nomic-384-pten-v2-st huggingface.co Model
More static-nomic-384-pten-v2-st license Visit here:
static-nomic-384-pten-v2-st huggingface.co is an AI model on huggingface.co that provides static-nomic-384-pten-v2-st's model effect (), which can be used instantly with this cnmoro static-nomic-384-pten-v2-st model. huggingface.co supports a free trial of the static-nomic-384-pten-v2-st model, and also provides paid use of the static-nomic-384-pten-v2-st. Support call static-nomic-384-pten-v2-st model through api, including Node.js, Python, http.
static-nomic-384-pten-v2-st huggingface.co is an online trial and call api platform, which integrates static-nomic-384-pten-v2-st's modeling effects, including api services, and provides a free online trial of static-nomic-384-pten-v2-st, you can try static-nomic-384-pten-v2-st online for free by clicking the link below.
cnmoro static-nomic-384-pten-v2-st online free url in huggingface.co:
static-nomic-384-pten-v2-st is an open source model from GitHub that offers a free installation service, and any user can find static-nomic-384-pten-v2-st on GitHub to install. At the same time, huggingface.co provides the effect of static-nomic-384-pten-v2-st install, users can directly use static-nomic-384-pten-v2-st installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
static-nomic-384-pten-v2-st install url in huggingface.co: