kevin36524 commited on
Commit
5e75bfa
1 Parent(s): 6ad327c

Trained with Unsloth

Browse files
Files changed (4) hide show
  1. README.md +1 -0
  2. config.json +30 -0
  3. generation_config.json +6 -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-bnb-4bit
12
  ---
13
 
 
8
  - unsloth
9
  - qwen2
10
  - trl
11
+ - sft
12
  base_model: unsloth/Qwen2-0.5b-bnb-4bit
13
  ---
14
 
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "unsloth/Qwen2-0.5b-bnb-4bit",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 896,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 4864,
13
+ "max_position_embeddings": 131072,
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
+ "pad_token_id": 151646,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": 131072,
23
+ "tie_word_embeddings": true,
24
+ "torch_dtype": "float16",
25
+ "transformers_version": "4.41.2",
26
+ "unsloth_version": "2024.6",
27
+ "use_cache": true,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.41.2"
6
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5162173e84f60d521ec785f719d4d6b3fa2fc826efa9993659d35807dd58d5cb
3
+ size 988162898