Upload model files
Browse files- config.json +4 -0
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
| 2 |
"attention_bias": false,
|
| 3 |
"attention_dropout": 0.0,
|
| 4 |
"bos_token_id": 128000,
|
|
@@ -19,6 +22,7 @@
|
|
| 19 |
"rope_scaling": null,
|
| 20 |
"rope_theta": 10000.0,
|
| 21 |
"tie_word_embeddings": false,
|
|
|
|
| 22 |
"transformers_version": "4.51.3",
|
| 23 |
"use_cache": true,
|
| 24 |
"vocab_size": 255029
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 128000,
|
|
|
|
| 22 |
"rope_scaling": null,
|
| 23 |
"rope_theta": 10000.0,
|
| 24 |
"tie_word_embeddings": false,
|
| 25 |
+
"torch_dtype": "bfloat16",
|
| 26 |
"transformers_version": "4.51.3",
|
| 27 |
"use_cache": true,
|
| 28 |
"vocab_size": 255029
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4658444104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfaaca8be3826eb46cf262bdfb2fd51f538595a5084a8b8c246181fb80e4e86e
|
| 3 |
size 4658444104
|