Upload model files
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
| 2 |
"attention_bias": false,
|
| 3 |
"attention_dropout": 0.0,
|
| 4 |
"bos_token_id": 128000,
|
|
|
|
| 5 |
"eos_token_id": 128001,
|
| 6 |
"head_dim": 64,
|
| 7 |
"hidden_act": "silu",
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 128000,
|
| 8 |
+
"dtype": "bfloat16",
|
| 9 |
"eos_token_id": 128001,
|
| 10 |
"head_dim": 64,
|
| 11 |
"hidden_act": "silu",
|