Upload folder using huggingface_hub
Browse files- config.json +2 -18
- generation_config.json +6 -0
- model.safetensors +3 -0
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_attn_implementation_autoset": true,
|
3 |
"_name_or_path": "NousResearch/Llama-3.2-1B",
|
4 |
"architectures": [
|
5 |
"LlamaForCausalLM"
|
@@ -20,21 +19,6 @@
|
|
20 |
"num_hidden_layers": 16,
|
21 |
"num_key_value_heads": 8,
|
22 |
"pretraining_tp": 1,
|
23 |
-
"quantization_config": {
|
24 |
-
"_load_in_4bit": true,
|
25 |
-
"_load_in_8bit": false,
|
26 |
-
"bnb_4bit_compute_dtype": "bfloat16",
|
27 |
-
"bnb_4bit_quant_storage": "bfloat16",
|
28 |
-
"bnb_4bit_quant_type": "nf4",
|
29 |
-
"bnb_4bit_use_double_quant": true,
|
30 |
-
"llm_int8_enable_fp32_cpu_offload": false,
|
31 |
-
"llm_int8_has_fp16_weight": false,
|
32 |
-
"llm_int8_skip_modules": null,
|
33 |
-
"llm_int8_threshold": 6.0,
|
34 |
-
"load_in_4bit": true,
|
35 |
-
"load_in_8bit": false,
|
36 |
-
"quant_method": "bitsandbytes"
|
37 |
-
},
|
38 |
"rms_norm_eps": 1e-05,
|
39 |
"rope_scaling": {
|
40 |
"factor": 32.0,
|
@@ -45,8 +29,8 @@
|
|
45 |
},
|
46 |
"rope_theta": 500000.0,
|
47 |
"tie_word_embeddings": true,
|
48 |
-
"torch_dtype": "
|
49 |
"transformers_version": "4.47.1",
|
50 |
-
"use_cache":
|
51 |
"vocab_size": 128256
|
52 |
}
|
|
|
1 |
{
|
|
|
2 |
"_name_or_path": "NousResearch/Llama-3.2-1B",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
|
|
19 |
"num_hidden_layers": 16,
|
20 |
"num_key_value_heads": 8,
|
21 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"rope_scaling": {
|
24 |
"factor": 32.0,
|
|
|
29 |
},
|
30 |
"rope_theta": 500000.0,
|
31 |
"tie_word_embeddings": true,
|
32 |
+
"torch_dtype": "float32",
|
33 |
"transformers_version": "4.47.1",
|
34 |
+
"use_cache": true,
|
35 |
"vocab_size": 128256
|
36 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"eos_token_id": 128001,
|
5 |
+
"transformers_version": "4.47.1"
|
6 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b59fa590323f4e8f52c7d054782877b00ec7e81ba6458dd97f40739ad64f50f
|
3 |
+
size 4943274328
|