Commit
·
0036d08
1
Parent(s):
f41b9e3
Upload LlamaForCausalLM
Browse files- config.json +1 -1
- generation_config.json +7 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"rope_scaling": null,
|
24 |
"rope_theta": 10000.0,
|
25 |
"tie_word_embeddings": false,
|
26 |
-
"torch_dtype": "
|
27 |
"transformers_version": "4.33.0",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 32000
|
|
|
23 |
"rope_scaling": null,
|
24 |
"rope_theta": 10000.0,
|
25 |
"tie_word_embeddings": false,
|
26 |
+
"torch_dtype": "bfloat16",
|
27 |
"transformers_version": "4.33.0",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 32000
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.33.0"
|
7 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00db977ce81354460a9bebb973b6d91a399a125b5e0c885f166c79de18e7b491
|
3 |
+
size 3631315181
|