MikaStars39 commited on
Commit
a2a8ff1
·
verified ·
1 Parent(s): 6d3cfd3

Training in progress, step 10

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: Qwen2-0.5B-GRPO-test
5
  tags:
6
  - generated_from_trainer
7
- - trl
8
  - grpo
 
9
  licence: license
10
  ---
11
 
 
4
  model_name: Qwen2-0.5B-GRPO-test
5
  tags:
6
  - generated_from_trainer
 
7
  - grpo
8
+ - trl
9
  licence: license
10
  ---
11
 
adapter_config.json CHANGED
@@ -25,13 +25,13 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "q_proj",
29
- "v_proj"
30
  ],
31
  "target_parameters": null,
32
  "task_type": "CAUSAL_LM",
33
  "trainable_token_indices": null,
34
- "use_dora": false,
35
  "use_qalora": false,
36
  "use_rslora": false
37
  }
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
+ "v_proj",
29
+ "q_proj"
30
  ],
31
  "target_parameters": null,
32
  "task_type": "CAUSAL_LM",
33
  "trainable_token_indices": null,
34
+ "use_dora": true,
35
  "use_qalora": false,
36
  "use_rslora": false
37
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db6bbba0c705140707c13178359306416fcc7d84540caee6847e0940b327a042
3
- size 2175168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80be6d0c29e5c5010ab88df042f9d95ba3230bd62a6ba1070b573ee71f49bcd2
3
+ size 2279984
special_tokens_map.json CHANGED
@@ -10,11 +10,5 @@
10
  "rstrip": false,
11
  "single_word": false
12
  },
13
- "pad_token": {
14
- "content": "<|endoftext|>",
15
- "lstrip": false,
16
- "normalized": false,
17
- "rstrip": false,
18
- "single_word": false
19
- }
20
  }
 
10
  "rstrip": false,
11
  "single_word": false
12
  },
13
+ "pad_token": "<|im_end|>"
 
 
 
 
 
 
14
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9899192fdb18f1dea0b6b1af923711bd8307b0d7bea52fb0c86edf1271ab472f
3
- size 11418531
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09ae1170fe6d155dd07f6038b04c251d1ebdab1b020382645cdaba1c25ed63eb
3
+ size 11418528
tokenizer_config.json CHANGED
@@ -36,9 +36,8 @@
36
  "errors": "replace",
37
  "extra_special_tokens": {},
38
  "model_max_length": 32768,
39
- "pad_token": "<|endoftext|>",
40
  "split_special_tokens": false,
41
  "tokenizer_class": "Qwen2Tokenizer",
42
- "truncation_side": "left",
43
  "unk_token": null
44
  }
 
36
  "errors": "replace",
37
  "extra_special_tokens": {},
38
  "model_max_length": 32768,
39
+ "pad_token": "<|im_end|>",
40
  "split_special_tokens": false,
41
  "tokenizer_class": "Qwen2Tokenizer",
 
42
  "unk_token": null
43
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e11bb2e71c80f7a10946104a8ef3957e37c7f16fc238b4526503cf79ec2fe8e
3
  size 6840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea66d2732ab798c93d366b85588b5ed13c8c7ee1117c8d877832982cd9f734a8
3
  size 6840