kiritan commited on
Commit
cd2f868
·
verified ·
1 Parent(s): b38bbd3

训练结束,上传最终模型

Browse files
Files changed (6) hide show
  1. README.md +29 -19
  2. all_results.json +6 -6
  3. config.json +1 -1
  4. model.safetensors +2 -2
  5. train_results.json +6 -6
  6. trainer_state.json +0 -0
README.md CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model was trained from scratch on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.1519
20
- - Wer: 96.7751
21
- - Cer: 49.6435
22
 
23
  ## Model description
24
 
@@ -38,31 +38,41 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 2e-05
41
- - train_batch_size: 12
42
- - eval_batch_size: 12
43
  - seed: 42
44
- - gradient_accumulation_steps: 4
45
- - total_train_batch_size: 48
 
46
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 500
49
- - training_steps: 10000
50
- - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
55
  |:-------------:|:-------:|:-----:|:---------------:|:-------:|:-------:|
56
- | 1.8339 | 1.6507 | 1000 | 1.9115 | 99.6794 | 93.6205 |
57
- | 0.9948 | 3.3006 | 2000 | 1.2763 | 97.3503 | 59.4213 |
58
- | 0.7577 | 4.9513 | 3000 | 1.1085 | 96.6431 | 53.3468 |
59
- | 0.5464 | 6.6012 | 4000 | 1.0575 | 95.4927 | 48.2507 |
60
- | 0.4182 | 8.2510 | 5000 | 1.0574 | 96.2376 | 47.2929 |
61
- | 0.3164 | 9.9017 | 6000 | 1.0616 | 96.3885 | 49.4417 |
62
- | 0.2319 | 11.5516 | 7000 | 1.0929 | 96.2565 | 49.5535 |
63
- | 0.1899 | 13.2015 | 8000 | 1.1223 | 97.2749 | 48.6737 |
64
- | 0.1425 | 14.8522 | 9000 | 1.1422 | 96.6148 | 48.4484 |
65
- | 0.161 | 16.5021 | 10000 | 1.1519 | 96.7751 | 49.6435 |
 
 
 
 
 
 
 
 
 
 
66
 
67
 
68
  ### Framework versions
 
16
 
17
  This model was trained from scratch on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0545
20
+ - Wer: 96.5771
21
+ - Cer: 54.8789
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 2e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
  - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - gradient_accumulation_steps: 8
46
+ - total_train_batch_size: 32
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_steps: 500
50
+ - training_steps: 20000
 
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
55
  |:-------------:|:-------:|:-----:|:---------------:|:-------:|:-------:|
56
+ | 0.9609 | 1.1013 | 1000 | 1.1190 | 99.2079 | 98.0002 |
57
+ | 0.6483 | 2.2026 | 2000 | 0.8776 | 98.7082 | 82.7038 |
58
+ | 0.4333 | 3.3040 | 3000 | 0.8139 | 97.8689 | 67.8442 |
59
+ | 0.3453 | 4.4053 | 4000 | 0.7950 | 98.0481 | 68.7091 |
60
+ | 0.2517 | 5.5066 | 5000 | 0.8068 | 96.9448 | 64.5243 |
61
+ | 0.1854 | 6.6079 | 6000 | 0.8310 | 97.9915 | 73.3730 |
62
+ | 0.1173 | 7.7093 | 7000 | 0.8566 | 97.6426 | 64.1145 |
63
+ | 0.1049 | 8.8106 | 8000 | 0.8806 | 97.7275 | 70.6504 |
64
+ | 0.0566 | 9.9119 | 9000 | 0.9025 | 97.7935 | 66.4983 |
65
+ | 0.037 | 11.0132 | 10000 | 0.9284 | 97.5389 | 63.1154 |
66
+ | 0.0139 | 12.1145 | 11000 | 0.9458 | 97.0297 | 60.9058 |
67
+ | 0.013 | 13.2159 | 12000 | 0.9624 | 96.8223 | 57.8806 |
68
+ | 0.008 | 14.3172 | 13000 | 0.9800 | 96.7185 | 57.1280 |
69
+ | 0.0062 | 15.4185 | 14000 | 0.9948 | 96.6714 | 55.3007 |
70
+ | 0.0044 | 16.5198 | 15000 | 1.0088 | 96.6808 | 57.2599 |
71
+ | 0.0034 | 17.6211 | 16000 | 1.0242 | 96.5959 | 55.2440 |
72
+ | 0.0029 | 18.7225 | 17000 | 1.0367 | 96.5865 | 55.6945 |
73
+ | 0.0022 | 19.8238 | 18000 | 1.0447 | 96.6148 | 55.5518 |
74
+ | 0.0021 | 20.9251 | 19000 | 1.0507 | 96.5771 | 55.5891 |
75
+ | 0.0017 | 22.0264 | 20000 | 1.0545 | 96.5771 | 54.8789 |
76
 
77
 
78
  ### Framework versions
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 16.50206440957886,
3
- "total_flos": 1.949150849531904e+19,
4
- "train_loss": 0.8641470371723176,
5
- "train_runtime": 21435.9254,
6
- "train_samples_per_second": 22.392,
7
- "train_steps_per_second": 0.467
8
  }
 
1
  {
2
+ "epoch": 22.026431718061673,
3
+ "total_flos": 3.376341480070185e+19,
4
+ "train_loss": 0.2651471851706505,
5
+ "train_runtime": 28635.2259,
6
+ "train_samples_per_second": 22.35,
7
+ "train_steps_per_second": 0.698
8
  }
config.json CHANGED
@@ -53,7 +53,7 @@
53
  "num_mel_bins": 80,
54
  "pad_token_id": 50257,
55
  "scale_embedding": false,
56
- "torch_dtype": "bfloat16",
57
  "transformers_version": "4.48.3",
58
  "use_cache": true,
59
  "use_weighted_layer_sum": false,
 
53
  "num_mel_bins": 80,
54
  "pad_token_id": 50257,
55
  "scale_embedding": false,
56
+ "torch_dtype": "float16",
57
  "transformers_version": "4.48.3",
58
  "use_cache": true,
59
  "use_weighted_layer_sum": false,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b22de776648c8fc55dbdb37a34986669b21215c0d0cc7d4355ba0090a00314ad
3
- size 181508256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba7adc2f01886be15a853093db2793868d1db4e468dcd4089b4edbae9770053c
3
+ size 181508056
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 16.50206440957886,
3
- "total_flos": 1.949150849531904e+19,
4
- "train_loss": 0.8641470371723176,
5
- "train_runtime": 21435.9254,
6
- "train_samples_per_second": 22.392,
7
- "train_steps_per_second": 0.467
8
  }
 
1
  {
2
+ "epoch": 22.026431718061673,
3
+ "total_flos": 3.376341480070185e+19,
4
+ "train_loss": 0.2651471851706505,
5
+ "train_runtime": 28635.2259,
6
+ "train_samples_per_second": 22.35,
7
+ "train_steps_per_second": 0.698
8
  }
trainer_state.json CHANGED
The diff for this file is too large to render. See raw diff