(Trained with Unsloth)
Browse files- config.json +4 -2
- generation_config.json +2 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +8 -2
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -22,6 +22,7 @@
|
|
22 |
"num_attention_heads": 32,
|
23 |
"num_hidden_layers": 23,
|
24 |
"num_key_value_heads": 8,
|
|
|
25 |
"pretraining_tp": 1,
|
26 |
"rms_norm_eps": 1e-05,
|
27 |
"rope_scaling": {
|
@@ -33,8 +34,9 @@
|
|
33 |
},
|
34 |
"rope_theta": 500000.0,
|
35 |
"tie_word_embeddings": true,
|
36 |
-
"torch_dtype": "
|
37 |
"transformers_version": "4.47.1",
|
|
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 128256
|
40 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "frameai/Loxa-1.6B",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
22 |
"num_attention_heads": 32,
|
23 |
"num_hidden_layers": 23,
|
24 |
"num_key_value_heads": 8,
|
25 |
+
"pad_token_id": 128004,
|
26 |
"pretraining_tp": 1,
|
27 |
"rms_norm_eps": 1e-05,
|
28 |
"rope_scaling": {
|
|
|
34 |
},
|
35 |
"rope_theta": 500000.0,
|
36 |
"tie_word_embeddings": true,
|
37 |
+
"torch_dtype": "float16",
|
38 |
"transformers_version": "4.47.1",
|
39 |
+
"unsloth_version": "2025.1.5",
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 128256
|
42 |
}
|
generation_config.json
CHANGED
@@ -6,6 +6,8 @@
|
|
6 |
128008,
|
7 |
128009
|
8 |
],
|
|
|
|
|
9 |
"temperature": 0.6,
|
10 |
"top_p": 0.9,
|
11 |
"transformers_version": "4.47.1"
|
|
|
6 |
128008,
|
7 |
128009
|
8 |
],
|
9 |
+
"max_length": 131072,
|
10 |
+
"pad_token_id": 128004,
|
11 |
"temperature": 0.6,
|
12 |
"top_p": 0.9,
|
13 |
"transformers_version": "4.47.1"
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bdfd236d01886cb61004b62b7ca9d86247a12f6d984b1c15ca9e207f2935fdb
|
3 |
+
size 3323200206
|
special_tokens_map.json
CHANGED
@@ -6,6 +6,12 @@
|
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
-
"eos_token":
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
}
|
|
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|eot_id|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|finetune_right_pad_id|>"
|
17 |
}
|
tokenizer_config.json
CHANGED
@@ -2059,7 +2059,7 @@
|
|
2059 |
"attention_mask"
|
2060 |
],
|
2061 |
"model_max_length": 131072,
|
2062 |
-
"pad_token": "<|
|
2063 |
"padding_side": "left",
|
2064 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2065 |
}
|
|
|
2059 |
"attention_mask"
|
2060 |
],
|
2061 |
"model_max_length": 131072,
|
2062 |
+
"pad_token": "<|finetune_right_pad_id|>",
|
2063 |
"padding_side": "left",
|
2064 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2065 |
}
|