supervised_translation / config.json
collinzrj's picture
Push model using huggingface_hub.
97d8706 verified
raw
history blame contribute delete
316 Bytes
{
"d_adapter": 1024,
"depth": 3,
"encoder_dims": {
"bert-nli": 768,
"clip": 512,
"e5": 768,
"ember": 1024,
"gist": 768,
"gte": 768,
"gtr": 768,
"sbert": 384,
"sentence-t5": 768,
"snowflake": 768,
"stella": 768
},
"normalize_embeddings": true,
"style": "unet"
}