Trained with Unsloth
Browse files- README.md +1 -0
- config.json +36 -0
- generation_config.json +8 -0
- pytorch_model.bin +3 -0
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- trl
|
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
|
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- trl
|
9 |
+
- sft
|
10 |
license: apache-2.0
|
11 |
language:
|
12 |
- en
|
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "deepseek-ai/deepseek-coder-1.3b-instruct",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 32013,
|
9 |
+
"eos_token_id": 32021,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 2048,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 5504,
|
15 |
+
"max_position_embeddings": 16384,
|
16 |
+
"mlp_bias": false,
|
17 |
+
"model_type": "llama",
|
18 |
+
"num_attention_heads": 16,
|
19 |
+
"num_hidden_layers": 24,
|
20 |
+
"num_key_value_heads": 16,
|
21 |
+
"pad_token_id": 32014,
|
22 |
+
"pretraining_tp": 1,
|
23 |
+
"rms_norm_eps": 1e-06,
|
24 |
+
"rope_scaling": {
|
25 |
+
"factor": 4.0,
|
26 |
+
"rope_type": "linear",
|
27 |
+
"type": "linear"
|
28 |
+
},
|
29 |
+
"rope_theta": 100000,
|
30 |
+
"tie_word_embeddings": false,
|
31 |
+
"torch_dtype": "float16",
|
32 |
+
"transformers_version": "4.47.1",
|
33 |
+
"unsloth_version": "2025.1.7",
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 32256
|
36 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 32013,
|
4 |
+
"eos_token_id": 32021,
|
5 |
+
"max_length": 16384,
|
6 |
+
"pad_token_id": 32014,
|
7 |
+
"transformers_version": "4.47.1"
|
8 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acc63e6b9c1f3d4adfe497c88d4364783bb148e6670ed484f5c4b792a3a58df0
|
3 |
+
size 2693017910
|