๐ช๐ธ spanish-snowflake-arctic-embed-l-v2.0
This model is a 36.3% smaller version of Snowflake/snowflake-arctic-embed-l-v2.0 for the Spanish language, created using the mtem-pruner space.
This pruned model should perform similarly to the original model for Spanish language tasks with a much smaller memory footprint. However, it may not perform well for other languages present in the original multilingual model as tokens not commonly used in Spanish were removed from the original multilingual model's vocabulary.
Usage
You can use this model with the Transformers library:
from transformers import AutoModel, AutoTokenizer
model_name = "CarlosRCDev/spanish-snowflake-arctic-embed-l-v2.0"
model = AutoModel.from_pretrained(model_name, trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True, use_fast=True)
Or with the sentence-transformers library:
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("CarlosRCDev/spanish-snowflake-arctic-embed-l-v2.0")
Credits: cc @antoinelouis
- Downloads last month
- 13
Model tree for CarlosRCDev/spanish-snowflake-arctic-embed-l-v2.0
Base model
Snowflake/snowflake-arctic-embed-l-v2.0