QuietImpostor commited on
Commit
c16e645
1 Parent(s): 26e8263

Trained with Unsloth

Browse files
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  - unsloth
10
  - llama
11
  - trl
 
12
  ---
13
 
14
  # Uploaded model
 
9
  - unsloth
10
  - llama
11
  - trl
12
+ - sft
13
  ---
14
 
15
  # Uploaded model
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "QuietImpostor/Llama-3.1-Mini",
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
+ "hidden_act": "silu",
15
+ "hidden_size": 4096,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 14336,
18
+ "max_position_embeddings": 131072,
19
+ "mlp_bias": false,
20
+ "model_type": "llama",
21
+ "num_attention_heads": 32,
22
+ "num_hidden_layers": 9,
23
+ "num_key_value_heads": 8,
24
+ "pad_token_id": 128255,
25
+ "pretraining_tp": 1,
26
+ "rms_norm_eps": 1e-05,
27
+ "rope_scaling": {
28
+ "factor": 8.0,
29
+ "high_freq_factor": 4.0,
30
+ "low_freq_factor": 1.0,
31
+ "original_max_position_embeddings": 8192,
32
+ "rope_type": "llama3"
33
+ },
34
+ "rope_theta": 500000.0,
35
+ "tie_word_embeddings": false,
36
+ "torch_dtype": "float16",
37
+ "transformers_version": "4.43.3",
38
+ "unsloth_version": "2024.8",
39
+ "use_cache": true,
40
+ "vocab_size": 128256
41
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "transformers_version": "4.43.3"
10
+ }
pytorch_model-00001-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afcfd40175eea45373db0a678c8532ff0077da24b2de8fb053dac958203411d4
3
+ size 4976726944
pytorch_model-00002-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2657272f4b110c153b7e02b308d7a35d4783e470bd1e140c5aedd794f69281fc
3
+ size 1050674565
pytorch_model.bin.index.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 6027370496
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "pytorch_model-00002-of-00002.bin",
7
+ "model.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
8
+ "model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
9
+ "model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
10
+ "model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
11
+ "model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
12
+ "model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
13
+ "model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
14
+ "model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
15
+ "model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
16
+ "model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
17
+ "model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
18
+ "model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
19
+ "model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
20
+ "model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
21
+ "model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
22
+ "model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
23
+ "model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
24
+ "model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
25
+ "model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
26
+ "model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
27
+ "model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
28
+ "model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
29
+ "model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
30
+ "model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
31
+ "model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
32
+ "model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
33
+ "model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
34
+ "model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
35
+ "model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
36
+ "model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
37
+ "model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
38
+ "model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
39
+ "model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
40
+ "model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
41
+ "model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
42
+ "model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
43
+ "model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
44
+ "model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
45
+ "model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
46
+ "model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
47
+ "model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
48
+ "model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
49
+ "model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
50
+ "model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
51
+ "model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
52
+ "model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
53
+ "model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
54
+ "model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
55
+ "model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
56
+ "model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
57
+ "model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
58
+ "model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
59
+ "model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
60
+ "model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
61
+ "model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
62
+ "model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
63
+ "model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
64
+ "model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
65
+ "model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
66
+ "model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
67
+ "model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
68
+ "model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
69
+ "model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
70
+ "model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
71
+ "model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
72
+ "model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
73
+ "model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
74
+ "model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
75
+ "model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
76
+ "model.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
77
+ "model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
78
+ "model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
79
+ "model.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
80
+ "model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
81
+ "model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
82
+ "model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
83
+ "model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
84
+ "model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
85
+ "model.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
86
+ "model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
87
+ "model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
88
+ "model.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
89
+ "model.norm.weight": "pytorch_model-00001-of-00002.bin"
90
+ }
91
+ }