mouseyy commited on
Commit
95877f8
·
verified ·
1 Parent(s): 629f40b

End of training

Browse files
Files changed (5) hide show
  1. README.md +20 -1
  2. all_results.json +16 -0
  3. eval_results.json +10 -0
  4. train_results.json +9 -0
  5. trainer_state.json +52 -0
README.md CHANGED
@@ -6,9 +6,24 @@ tags:
6
  - generated_from_trainer
7
  datasets:
8
  - common_voice_17_0
 
 
9
  model-index:
10
  - name: result_data-1
11
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -17,6 +32,10 @@ should probably proofread and complete it, then remove this comment. -->
17
  # result_data-1
18
 
19
  This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice_17_0 dataset.
 
 
 
 
20
 
21
  ## Model description
22
 
 
6
  - generated_from_trainer
7
  datasets:
8
  - common_voice_17_0
9
+ metrics:
10
+ - wer
11
  model-index:
12
  - name: result_data-1
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: common_voice_17_0
19
+ type: common_voice_17_0
20
+ config: uk
21
+ split: test
22
+ args: uk
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 1.0
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
  # result_data-1
33
 
34
  This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice_17_0 dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 17.1658
37
+ - Wer: 1.0
38
+ - Cer: 1.2793
39
 
40
  ## Model description
41
 
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.009099181073703366,
3
+ "eval_cer": 1.2793070127837098,
4
+ "eval_loss": 17.165815353393555,
5
+ "eval_runtime": 311.9128,
6
+ "eval_samples": 10011,
7
+ "eval_samples_per_second": 32.096,
8
+ "eval_steps_per_second": 1.003,
9
+ "eval_wer": 1.0,
10
+ "total_flos": 7.434959474550374e+16,
11
+ "train_loss": 15.143043518066406,
12
+ "train_runtime": 341.6489,
13
+ "train_samples": 35144,
14
+ "train_samples_per_second": 0.937,
15
+ "train_steps_per_second": 0.029
16
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.009099181073703366,
3
+ "eval_cer": 1.2793070127837098,
4
+ "eval_loss": 17.165815353393555,
5
+ "eval_runtime": 311.9128,
6
+ "eval_samples": 10011,
7
+ "eval_samples_per_second": 32.096,
8
+ "eval_steps_per_second": 1.003,
9
+ "eval_wer": 1.0
10
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.009099181073703366,
3
+ "total_flos": 7.434959474550374e+16,
4
+ "train_loss": 15.143043518066406,
5
+ "train_runtime": 341.6489,
6
+ "train_samples": 35144,
7
+ "train_samples_per_second": 0.937,
8
+ "train_steps_per_second": 0.029
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.009099181073703366,
5
+ "eval_steps": 6,
6
+ "global_step": 10,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.00545950864422202,
13
+ "eval_cer": 1.3513553314545428,
14
+ "eval_loss": 17.2325439453125,
15
+ "eval_runtime": 317.8807,
16
+ "eval_samples_per_second": 31.493,
17
+ "eval_steps_per_second": 0.985,
18
+ "eval_wer": 1.0,
19
+ "step": 6
20
+ },
21
+ {
22
+ "epoch": 0.009099181073703366,
23
+ "step": 10,
24
+ "total_flos": 7.434959474550374e+16,
25
+ "train_loss": 15.143043518066406,
26
+ "train_runtime": 341.6489,
27
+ "train_samples_per_second": 0.937,
28
+ "train_steps_per_second": 0.029
29
+ }
30
+ ],
31
+ "logging_steps": 100,
32
+ "max_steps": 10,
33
+ "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 1,
35
+ "save_steps": 2000,
36
+ "stateful_callbacks": {
37
+ "TrainerControl": {
38
+ "args": {
39
+ "should_epoch_stop": false,
40
+ "should_evaluate": false,
41
+ "should_log": false,
42
+ "should_save": true,
43
+ "should_training_stop": true
44
+ },
45
+ "attributes": {}
46
+ }
47
+ },
48
+ "total_flos": 7.434959474550374e+16,
49
+ "train_batch_size": 16,
50
+ "trial_name": null,
51
+ "trial_params": null
52
+ }