Upload PhiForCausalLM
Browse files- config.json +1 -5
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -4,10 +4,6 @@
|
|
| 4 |
"PhiForCausalLM"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
-
"auto_map": {
|
| 8 |
-
"AutoConfig": "microsoft/phi-2--configuration_phi.PhiConfig",
|
| 9 |
-
"AutoModelForCausalLM": "microsoft/phi-2--modeling_phi.PhiForCausalLM"
|
| 10 |
-
},
|
| 11 |
"bos_token_id": 50256,
|
| 12 |
"embd_pdrop": 0.0,
|
| 13 |
"eos_token_id": 50256,
|
|
@@ -28,7 +24,7 @@
|
|
| 28 |
"rope_theta": 10000.0,
|
| 29 |
"tie_word_embeddings": false,
|
| 30 |
"torch_dtype": "float16",
|
| 31 |
-
"transformers_version": "4.
|
| 32 |
"use_cache": true,
|
| 33 |
"vocab_size": 51200
|
| 34 |
}
|
|
|
|
| 4 |
"PhiForCausalLM"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"bos_token_id": 50256,
|
| 8 |
"embd_pdrop": 0.0,
|
| 9 |
"eos_token_id": 50256,
|
|
|
|
| 24 |
"rope_theta": 10000.0,
|
| 25 |
"tie_word_embeddings": false,
|
| 26 |
"torch_dtype": "float16",
|
| 27 |
+
"transformers_version": "4.41.2",
|
| 28 |
"use_cache": true,
|
| 29 |
"vocab_size": 51200
|
| 30 |
}
|
generation_config.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 50256,
|
| 4 |
"eos_token_id": 50256,
|
| 5 |
-
"transformers_version": "4.
|
| 6 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 50256,
|
| 4 |
"eos_token_id": 50256,
|
| 5 |
+
"transformers_version": "4.41.2"
|
| 6 |
}
|