evalstate HF Staff commited on
Commit
5d5fda1
·
verified ·
1 Parent(s): 51581d1

Training in progress, step 15

Browse files
README.md CHANGED
@@ -4,9 +4,9 @@ library_name: transformers
4
  model_name: demo-sft-model
5
  tags:
6
  - generated_from_trainer
7
- - trl
8
- - sft
9
  - hf_jobs
 
 
10
  licence: license
11
  ---
12
 
 
4
  model_name: demo-sft-model
5
  tags:
6
  - generated_from_trainer
 
 
7
  - hf_jobs
8
+ - sft
9
+ - trl
10
  licence: license
11
  ---
12
 
adapter_config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
  "alpha_pattern": {},
3
- "auto_mapping": null,
 
 
 
4
  "base_model_name_or_path": "Qwen/Qwen2.5-0.5B",
5
  "bias": "none",
6
  "corda_config": null,
@@ -15,7 +18,7 @@
15
  "loftq_config": {},
16
  "lora_alpha": 32,
17
  "lora_bias": false,
18
- "lora_dropout": 0.05,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
@@ -25,13 +28,16 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "o_proj",
29
- "q_proj",
30
  "k_proj",
31
- "v_proj"
 
 
 
 
 
32
  ],
33
  "target_parameters": null,
34
- "task_type": "CAUSAL_LM",
35
  "trainable_token_indices": null,
36
  "use_dora": false,
37
  "use_qalora": false,
 
1
  {
2
  "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "Qwen2ForCausalLM",
5
+ "parent_library": "transformers.models.qwen2.modeling_qwen2"
6
+ },
7
  "base_model_name_or_path": "Qwen/Qwen2.5-0.5B",
8
  "bias": "none",
9
  "corda_config": null,
 
18
  "loftq_config": {},
19
  "lora_alpha": 32,
20
  "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
  "megatron_config": null,
23
  "megatron_core": "megatron.core",
24
  "modules_to_save": null,
 
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
 
 
31
  "k_proj",
32
+ "down_proj",
33
+ "up_proj",
34
+ "gate_proj",
35
+ "v_proj",
36
+ "q_proj",
37
+ "o_proj"
38
  ],
39
  "target_parameters": null,
40
+ "task_type": null,
41
  "trainable_token_indices": null,
42
  "use_dora": false,
43
  "use_qalora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee174a940ceabb73302d4a05b517b5e480c863834a3092af4cd5d5e2d971584e
3
- size 8676008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:301c0bce367650466eb6e57557befeb8917d6da7342fdf63328836dca55beef0
3
+ size 35237104
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d08a814626e83aa8a488bd2b3a6181d97f25c294d1e3d6b2691b382759e0aa75
3
  size 6289
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e46454bfd9a6ebc1c42ffa624b97baa567feb3bacd09d3f186e862ead85ec9e7
3
  size 6289