Upload LlamaForCausalLM
Browse files- config.json +3 -7
- generation_config.json +2 -8
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,16 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 128000,
|
9 |
-
"eos_token_id":
|
10 |
-
128001,
|
11 |
-
128008,
|
12 |
-
128009
|
13 |
-
],
|
14 |
"head_dim": 128,
|
15 |
"hidden_act": "silu",
|
16 |
"hidden_size": 3072,
|
@@ -26,7 +22,7 @@
|
|
26 |
"quantization_config": {
|
27 |
"_load_in_4bit": true,
|
28 |
"_load_in_8bit": false,
|
29 |
-
"bnb_4bit_compute_dtype": "
|
30 |
"bnb_4bit_quant_storage": "uint8",
|
31 |
"bnb_4bit_quant_type": "nf4",
|
32 |
"bnb_4bit_use_double_quant": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "unsloth/Llama-3.2-3B",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": 128001,
|
|
|
|
|
|
|
|
|
10 |
"head_dim": 128,
|
11 |
"hidden_act": "silu",
|
12 |
"hidden_size": 3072,
|
|
|
22 |
"quantization_config": {
|
23 |
"_load_in_4bit": true,
|
24 |
"_load_in_8bit": false,
|
25 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
26 |
"bnb_4bit_quant_storage": "uint8",
|
27 |
"bnb_4bit_quant_type": "nf4",
|
28 |
"bnb_4bit_use_double_quant": false,
|
generation_config.json
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 128000,
|
3 |
-
"
|
4 |
-
"eos_token_id": [
|
5 |
-
128001,
|
6 |
-
128008,
|
7 |
-
128009
|
8 |
-
],
|
9 |
-
"temperature": 0.6,
|
10 |
-
"top_p": 0.9,
|
11 |
"transformers_version": "4.45.2"
|
12 |
}
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
+
"eos_token_id": 128001,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"transformers_version": "4.45.2"
|
6 |
}
|
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:aa16a7dfd7059a9453cf0afb308591641fbf377d98f2dfc63af5fe4e538e5d4e
|
3 |
+
size 3161936508
|