huseinzol05's picture
Upload model
b1119a0
raw
history blame contribute delete
No virus
952 Bytes
{
"_name_or_path": "embedding-model-llama-2b-contrastive/checkpoint-213000",
"architectures": [
"LlamaModelEmbedding"
],
"attention_bias": false,
"auto_map": {
"AutoModel": "modeling_contrastive.LlamaModelEmbedding"
},
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 5120,
"id2label": {
"0": "LABEL_0"
},
"initializer_range": 0.02,
"intermediate_size": 13824,
"label2id": {
"LABEL_0": 0
},
"max_position_embeddings": 32768,
"model_type": "llama",
"normalized": true,
"num_attention_heads": 40,
"num_hidden_layers": 5,
"num_key_value_heads": 40,
"pad_token_id": 0,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"sentence_pooling_method": "mean",
"temperature": 0.02,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.35.2",
"use_cache": true,
"vocab_size": 32000
}