Upload folder using huggingface_hub (#4)
Browse files- b3fec97c147516d1ed62db9b0b6669166de4f0f4540d1f26342882400dc2a8c5 (0954c0e68c53703e15b2b667bd5973b78d790695)
- 5f0934c91a452444a9896ec1b0d40a2079a6013bf3170ba8475cdef99c9c8c4c (abfde0ba239acb961f2e9e8bd24b5fb14124423f)
- config.json +4 -2
- generation_config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
|
|
7 |
"bos_token_id": 1,
|
8 |
"eos_token_id": 2,
|
9 |
"hidden_act": "silu",
|
@@ -26,14 +27,15 @@
|
|
26 |
"model_version": 1,
|
27 |
"outlier_channel_split": false,
|
28 |
"packsz": 4,
|
29 |
-
"rescale_WH": false
|
|
|
30 |
},
|
31 |
"rms_norm_eps": 1e-05,
|
32 |
"rope_scaling": null,
|
33 |
"rope_theta": 10000.0,
|
34 |
"tie_word_embeddings": false,
|
35 |
"torch_dtype": "float16",
|
36 |
-
"transformers_version": "4.
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 32000
|
39 |
}
|
|
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
9 |
"eos_token_id": 2,
|
10 |
"hidden_act": "silu",
|
|
|
27 |
"model_version": 1,
|
28 |
"outlier_channel_split": false,
|
29 |
"packsz": 4,
|
30 |
+
"rescale_WH": false,
|
31 |
+
"resid_scale_override": -1
|
32 |
},
|
33 |
"rms_norm_eps": 1e-05,
|
34 |
"rope_scaling": null,
|
35 |
"rope_theta": 10000.0,
|
36 |
"tie_word_embeddings": false,
|
37 |
"torch_dtype": "float16",
|
38 |
+
"transformers_version": "4.36.2",
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 32000
|
41 |
}
|
generation_config.json
CHANGED
@@ -6,5 +6,5 @@
|
|
6 |
"pad_token_id": 0,
|
7 |
"temperature": 0.6,
|
8 |
"top_p": 0.9,
|
9 |
-
"transformers_version": "4.
|
10 |
}
|
|
|
6 |
"pad_token_id": 0,
|
7 |
"temperature": 0.6,
|
8 |
"top_p": 0.9,
|
9 |
+
"transformers_version": "4.36.2"
|
10 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3834834784
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1dd9f2b0b9effdaaeeb1a9bb55121451b50274ccd05e711b947da22670bde3f
|
3 |
size 3834834784
|