Commit
·
6bfafc4
1
Parent(s):
6854ef1
Upload LlamaForCausalLM
Browse files- config.json +2 -1
- generation_config.json +2 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -13,12 +13,13 @@
|
|
| 13 |
"num_attention_heads": 1,
|
| 14 |
"num_hidden_layers": 1,
|
| 15 |
"num_key_value_heads": 1,
|
|
|
|
| 16 |
"pretraining_tp": 1,
|
| 17 |
"rms_norm_eps": 1e-06,
|
| 18 |
"rope_scaling": null,
|
| 19 |
"tie_word_embeddings": false,
|
| 20 |
"torch_dtype": "float16",
|
| 21 |
-
"transformers_version": "4.
|
| 22 |
"use_cache": true,
|
| 23 |
"vocab_size": 32000
|
| 24 |
}
|
|
|
|
| 13 |
"num_attention_heads": 1,
|
| 14 |
"num_hidden_layers": 1,
|
| 15 |
"num_key_value_heads": 1,
|
| 16 |
+
"pad_token_id": 0,
|
| 17 |
"pretraining_tp": 1,
|
| 18 |
"rms_norm_eps": 1e-06,
|
| 19 |
"rope_scaling": null,
|
| 20 |
"tie_word_embeddings": false,
|
| 21 |
"torch_dtype": "float16",
|
| 22 |
+
"transformers_version": "4.31.0",
|
| 23 |
"use_cache": true,
|
| 24 |
"vocab_size": 32000
|
| 25 |
}
|
generation_config.json
CHANGED
|
@@ -2,5 +2,6 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 1,
|
| 4 |
"eos_token_id": 2,
|
| 5 |
-
"
|
|
|
|
| 6 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 1,
|
| 4 |
"eos_token_id": 2,
|
| 5 |
+
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.31.0"
|
| 7 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90b768ad33150bc7c1f172072689f7235167774120e4a1aeac6f9973e77e7044
|
| 3 |
+
size 8254485
|