yenpolin commited on
Commit
ef43714
·
1 Parent(s): 231dd68

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: wav2vec2-tiny-demo
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # wav2vec2-tiny-demo
13
+
14
+ This model is a fine-tuned version of [yenpolin/wav2vec2-tiny](https://huggingface.co/yenpolin/wav2vec2-tiny) on the None dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
+ ## Training procedure
29
+
30
+ ### Training hyperparameters
31
+
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 0.002
34
+ - train_batch_size: 320
35
+ - eval_batch_size: 768
36
+ - seed: 42
37
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
38
+ - lr_scheduler_type: linear
39
+ - num_epochs: 1.0
40
+
41
+ ### Training results
42
+
43
+ | Training Loss | Epoch | Step | Validation Loss | Mean Acc | Median Acc |
44
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:----------:|
45
+ | No log | 0.51 | 160 | nan | 0.0 | 0.0 |
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - Transformers 4.26.0
51
+ - Pytorch 1.12.1
52
+ - Datasets 2.9.0
53
+ - Tokenizers 0.13.2