yyx123 commited on
Commit
d761d82
1 Parent(s): a21f9f5

Model save

Browse files
README.md CHANGED
@@ -2,13 +2,9 @@
2
  license: other
3
  library_name: peft
4
  tags:
5
- - alignment-handbook
6
- - generated_from_trainer
7
  - trl
8
  - sft
9
  - generated_from_trainer
10
- datasets:
11
- - ruozhiba
12
  base_model: 01-ai/Yi-6B
13
  model-index:
14
  - name: Yi-6B-ruozhiba-5e-4-50
@@ -20,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  # Yi-6B-ruozhiba-5e-4-50
22
 
23
- This model is a fine-tuned version of [01-ai/Yi-6B](https://huggingface.co/01-ai/Yi-6B) on the ruozhiba dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 3.5394
26
 
@@ -48,7 +44,7 @@ The following hyperparameters were used during training:
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: cosine
50
  - lr_scheduler_warmup_ratio: 0.1
51
- - num_epochs: 20
52
 
53
  ### Training results
54
 
@@ -73,7 +69,6 @@ The following hyperparameters were used during training:
73
  | 0.0395 | 17.0 | 935 | 3.5320 |
74
  | 0.0408 | 18.0 | 990 | 3.5371 |
75
  | 0.0468 | 19.0 | 1045 | 3.5391 |
76
- | 0.0358 | 20.0 | 1100 | 3.5394 |
77
 
78
 
79
  ### Framework versions
 
2
  license: other
3
  library_name: peft
4
  tags:
 
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
 
 
8
  base_model: 01-ai/Yi-6B
9
  model-index:
10
  - name: Yi-6B-ruozhiba-5e-4-50
 
16
 
17
  # Yi-6B-ruozhiba-5e-4-50
18
 
19
+ This model is a fine-tuned version of [01-ai/Yi-6B](https://huggingface.co/01-ai/Yi-6B) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 3.5394
22
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
  - lr_scheduler_warmup_ratio: 0.1
47
+ - num_epochs: 10
48
 
49
  ### Training results
50
 
 
69
  | 0.0395 | 17.0 | 935 | 3.5320 |
70
  | 0.0408 | 18.0 | 990 | 3.5371 |
71
  | 0.0468 | 19.0 | 1045 | 3.5391 |
 
72
 
73
 
74
  ### Framework versions
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "q_proj",
23
- "down_proj",
24
- "k_proj",
25
  "gate_proj",
26
- "v_proj",
27
  "o_proj",
28
- "up_proj"
 
 
 
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
 
22
  "gate_proj",
23
+ "k_proj",
24
  "o_proj",
25
+ "v_proj",
26
+ "down_proj",
27
+ "up_proj",
28
+ "q_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
all_results.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
  "epoch": 20.0,
3
  "eval_loss": 3.5393826961517334,
4
- "eval_runtime": 4.9183,
5
  "eval_samples": 23,
6
- "eval_samples_per_second": 4.676,
7
- "eval_steps_per_second": 1.22,
8
- "train_loss": 0.31520286625081845,
9
- "train_runtime": 10333.7168,
10
  "train_samples": 217,
11
- "train_samples_per_second": 0.42,
12
- "train_steps_per_second": 0.106
13
  }
 
1
  {
2
  "epoch": 20.0,
3
  "eval_loss": 3.5393826961517334,
4
+ "eval_runtime": 6.2217,
5
  "eval_samples": 23,
6
+ "eval_samples_per_second": 3.697,
7
+ "eval_steps_per_second": 0.964,
8
+ "train_loss": 0.0,
9
+ "train_runtime": 10.4648,
10
  "train_samples": 217,
11
+ "train_samples_per_second": 207.361,
12
+ "train_steps_per_second": 52.557
13
  }
eval_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 20.0,
3
  "eval_loss": 3.5393826961517334,
4
- "eval_runtime": 4.9183,
5
  "eval_samples": 23,
6
- "eval_samples_per_second": 4.676,
7
- "eval_steps_per_second": 1.22
8
  }
 
1
  {
2
  "epoch": 20.0,
3
  "eval_loss": 3.5393826961517334,
4
+ "eval_runtime": 6.2217,
5
  "eval_samples": 23,
6
+ "eval_samples_per_second": 3.697,
7
+ "eval_steps_per_second": 0.964
8
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 20.0,
3
- "train_loss": 0.31520286625081845,
4
- "train_runtime": 10333.7168,
5
  "train_samples": 217,
6
- "train_samples_per_second": 0.42,
7
- "train_steps_per_second": 0.106
8
  }
 
1
  {
2
  "epoch": 20.0,
3
+ "train_loss": 0.0,
4
+ "train_runtime": 10.4648,
5
  "train_samples": 217,
6
+ "train_samples_per_second": 207.361,
7
+ "train_steps_per_second": 52.557
8
  }
trainer_state.json CHANGED
@@ -2006,38 +2006,20 @@
2006
  "loss": 0.0358,
2007
  "step": 1100
2008
  },
2009
- {
2010
- "epoch": 20.0,
2011
- "gpt4_scores": 0.58,
2012
- "step": 1100
2013
- },
2014
- {
2015
- "epoch": 20.0,
2016
- "std": 0.12692517480783708,
2017
- "step": 1100
2018
- },
2019
- {
2020
- "epoch": 20.0,
2021
- "eval_loss": 3.5393826961517334,
2022
- "eval_runtime": 4.9612,
2023
- "eval_samples_per_second": 4.636,
2024
- "eval_steps_per_second": 1.209,
2025
- "step": 1100
2026
- },
2027
  {
2028
  "epoch": 20.0,
2029
  "step": 1100,
2030
  "total_flos": 3.792163606268314e+16,
2031
- "train_loss": 0.31520286625081845,
2032
- "train_runtime": 10333.7168,
2033
- "train_samples_per_second": 0.42,
2034
- "train_steps_per_second": 0.106
2035
  }
2036
  ],
2037
  "logging_steps": 4,
2038
- "max_steps": 1100,
2039
  "num_input_tokens_seen": 0,
2040
- "num_train_epochs": 20,
2041
  "save_steps": 55,
2042
  "total_flos": 3.792163606268314e+16,
2043
  "train_batch_size": 4,
 
2006
  "loss": 0.0358,
2007
  "step": 1100
2008
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2009
  {
2010
  "epoch": 20.0,
2011
  "step": 1100,
2012
  "total_flos": 3.792163606268314e+16,
2013
+ "train_loss": 0.0,
2014
+ "train_runtime": 10.4648,
2015
+ "train_samples_per_second": 207.361,
2016
+ "train_steps_per_second": 52.557
2017
  }
2018
  ],
2019
  "logging_steps": 4,
2020
+ "max_steps": 550,
2021
  "num_input_tokens_seen": 0,
2022
+ "num_train_epochs": 10,
2023
  "save_steps": 55,
2024
  "total_flos": 3.792163606268314e+16,
2025
  "train_batch_size": 4,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d43b9ca7dbac23c8c7424d5fd80ec777548309c8c41f65dd80f1563a62bd651
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067278813e5531ea0ebcd32f207e9c4e28e7ff60c4fe15536189c80bdc3266ee
3
  size 4792