danielhanchen
commited on
Commit
·
42794f9
1
Parent(s):
3e3776d
Upload LlamaForCausalLM
Browse files- config.json +2 -2
- model.safetensors +2 -2
config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"pad_token_id": 2,
|
20 |
"pretraining_tp": 1,
|
21 |
"quantization_config": {
|
22 |
-
"bnb_4bit_compute_dtype": "
|
23 |
"bnb_4bit_quant_type": "nf4",
|
24 |
"bnb_4bit_use_double_quant": true,
|
25 |
"llm_int8_enable_fp32_cpu_offload": false,
|
@@ -34,7 +34,7 @@
|
|
34 |
"rope_scaling": null,
|
35 |
"rope_theta": 10000.0,
|
36 |
"tie_word_embeddings": false,
|
37 |
-
"torch_dtype": "
|
38 |
"transformers_version": "4.37.0.dev0",
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 32000
|
|
|
19 |
"pad_token_id": 2,
|
20 |
"pretraining_tp": 1,
|
21 |
"quantization_config": {
|
22 |
+
"bnb_4bit_compute_dtype": "float16",
|
23 |
"bnb_4bit_quant_type": "nf4",
|
24 |
"bnb_4bit_use_double_quant": true,
|
25 |
"llm_int8_enable_fp32_cpu_offload": false,
|
|
|
34 |
"rope_scaling": null,
|
35 |
"rope_theta": 10000.0,
|
36 |
"tie_word_embeddings": false,
|
37 |
+
"torch_dtype": "float16",
|
38 |
"transformers_version": "4.37.0.dev0",
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 32000
|
model.safetensors
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:bd12aa5433caa8df441f5c9a0ca376bc33d185d18fbb6ccdfbf55fbcbf15d542
|
3 |
+
size 3866042098
|