ttop324 commited on
Commit
54d59f8
1 Parent(s): 0ba47c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -32
README.md CHANGED
@@ -32,45 +32,20 @@ model-index:
32
  # wav2vec2-live-japanese
33
 
34
  https://github.com/ttop32/wav2vec2-live-japanese-translator
35
- Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Japanese using the
36
  - common_voice
37
  - JSUT
38
  - CSS10
39
  - TEDxJP-10K
40
  - JVS
41
 
42
- ## Model description
 
 
43
 
44
- More information needed
 
 
45
 
46
- ## Intended uses & limitations
47
 
48
- More information needed
49
 
50
- ## Training and evaluation data
51
-
52
- More information needed
53
-
54
- ## Training procedure
55
-
56
- ### Training hyperparameters
57
-
58
- The following hyperparameters were used during training:
59
- - learning_rate: 0.0003
60
- - train_batch_size: 3
61
- - eval_batch_size: 2
62
- - seed: 42
63
- - gradient_accumulation_steps: 2
64
- - total_train_batch_size: 6
65
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
66
- - lr_scheduler_type: linear
67
- - lr_scheduler_warmup_steps: 500
68
- - num_epochs: 50
69
- - mixed_precision_training: Native AMP
70
-
71
- ### Framework versions
72
-
73
- - Transformers 4.10.0
74
- - Pytorch 1.9.1
75
- - Datasets 1.11.0
76
- - Tokenizers 0.10.3
 
32
  # wav2vec2-live-japanese
33
 
34
  https://github.com/ttop32/wav2vec2-live-japanese-translator
35
+ Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Japanese hiragana using the
36
  - common_voice
37
  - JSUT
38
  - CSS10
39
  - TEDxJP-10K
40
  - JVS
41
 
42
+ ## Inference
43
+ ```python
44
+ ```
45
 
46
+ ## Evaluation
47
+ ```python
48
+ ```
49
 
 
50
 
 
51