Upload folder using huggingface_hub
Browse files- config.json +2 -3
- generation_config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -33,14 +32,14 @@
|
|
33 |
"Linear"
|
34 |
]
|
35 |
},
|
36 |
-
"version": "0.9.2.
|
37 |
},
|
38 |
"rms_norm_eps": 1e-05,
|
39 |
"rope_scaling": null,
|
40 |
"rope_theta": 10000.0,
|
41 |
"tie_word_embeddings": false,
|
42 |
"torch_dtype": "bfloat16",
|
43 |
-
"transformers_version": "4.
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 32000
|
46 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
|
|
32 |
"Linear"
|
33 |
]
|
34 |
},
|
35 |
+
"version": "0.9.2.20250322"
|
36 |
},
|
37 |
"rms_norm_eps": 1e-05,
|
38 |
"rope_scaling": null,
|
39 |
"rope_theta": 10000.0,
|
40 |
"tie_word_embeddings": false,
|
41 |
"torch_dtype": "bfloat16",
|
42 |
+
"transformers_version": "4.50.0",
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 32000
|
45 |
}
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 2048,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.
|
7 |
}
|
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 2048,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.50.0"
|
7 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1352381256
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:794c6a415712db9c9d80745b84c2883ce17d5f3a3c7235dde385c73739a2328a
|
3 |
size 1352381256
|