GleamEyeBeast commited on
Commit
15b0997
1 Parent(s): 67674f5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: ASCEND_Dataset_Model
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # ASCEND_Dataset_Model
14
+
15
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 4.4625
18
+ - Wer: 1.0
19
+ - Cer: 1.0
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0003
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 1
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 16
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 500
47
+ - num_epochs: 5
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
53
+ |:-------------:|:-----:|:----:|:---------------:|:---:|:---:|
54
+ | 16.8361 | 1.0 | 687 | 4.7397 | 1.0 | 1.0 |
55
+ | 5.0061 | 2.0 | 1374 | 4.6740 | 1.0 | 1.0 |
56
+ | 4.9166 | 3.0 | 2061 | 4.6031 | 1.0 | 1.0 |
57
+ | 4.8689 | 4.0 | 2748 | 4.4977 | 1.0 | 1.0 |
58
+ | 4.7984 | 5.0 | 3435 | 4.4625 | 1.0 | 1.0 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.17.0
64
+ - Pytorch 1.10.0+cu111
65
+ - Datasets 2.0.0
66
+ - Tokenizers 0.11.6