Upload LlamaForCausalLM
Browse files- config.json +1 -2
- generation_config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -21,7 +21,6 @@
|
|
| 21 |
"_load_in_4bit": true,
|
| 22 |
"_load_in_8bit": false,
|
| 23 |
"bnb_4bit_compute_dtype": "float16",
|
| 24 |
-
"bnb_4bit_quant_storage": "uint8",
|
| 25 |
"bnb_4bit_quant_type": "nf4",
|
| 26 |
"bnb_4bit_use_double_quant": false,
|
| 27 |
"llm_int8_enable_fp32_cpu_offload": false,
|
|
@@ -37,7 +36,7 @@
|
|
| 37 |
"rope_theta": 10000.0,
|
| 38 |
"tie_word_embeddings": false,
|
| 39 |
"torch_dtype": "float16",
|
| 40 |
-
"transformers_version": "4.
|
| 41 |
"use_cache": false,
|
| 42 |
"vocab_size": 32000
|
| 43 |
}
|
|
|
|
| 21 |
"_load_in_4bit": true,
|
| 22 |
"_load_in_8bit": false,
|
| 23 |
"bnb_4bit_compute_dtype": "float16",
|
|
|
|
| 24 |
"bnb_4bit_quant_type": "nf4",
|
| 25 |
"bnb_4bit_use_double_quant": false,
|
| 26 |
"llm_int8_enable_fp32_cpu_offload": false,
|
|
|
|
| 36 |
"rope_theta": 10000.0,
|
| 37 |
"tie_word_embeddings": false,
|
| 38 |
"torch_dtype": "float16",
|
| 39 |
+
"transformers_version": "4.38.2",
|
| 40 |
"use_cache": false,
|
| 41 |
"vocab_size": 32000
|
| 42 |
}
|
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.38.2"
|
| 10 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4167722008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93b0d39729d8b6e6b3c590501574a9993bbfd45f36287112cc4bc5d573b9067e
|
| 3 |
size 4167722008
|