Liu Hong Yuan Tom commited on
Commit
c870d6d
1 Parent(s): 633b690

Trained with Unsloth

Browse files
Files changed (4) hide show
  1. README.md +1 -0
  2. config.json +30 -0
  3. generation_config.json +14 -0
  4. pytorch_model.bin +3 -0
README.md CHANGED
@@ -8,6 +8,7 @@ tags:
8
  - unsloth
9
  - qwen2
10
  - trl
 
11
  base_model: unsloth/Qwen2-0.5B-Instruct-bnb-4bit
12
  ---
13
 
 
8
  - unsloth
9
  - qwen2
10
  - trl
11
+ - sft
12
  base_model: unsloth/Qwen2-0.5B-Instruct-bnb-4bit
13
  ---
14
 
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "unsloth/Qwen2-0.5B-Instruct-bnb-4bit",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 896,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 4864,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 24,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 14,
17
+ "num_hidden_layers": 24,
18
+ "num_key_value_heads": 2,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": 32768,
23
+ "tie_word_embeddings": true,
24
+ "torch_dtype": "float16",
25
+ "transformers_version": "4.42.3",
26
+ "unsloth_version": "2024.7",
27
+ "use_cache": true,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.1,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "4.42.3"
14
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce385f98ff666a411fa0329fc31ab7ce554b15d4b40ebf2cdfe0103ac3f2292
3
+ size 988162898