Automatic Speech Recognition
Transformers
Safetensors
whisper
Inference Endpoints
JackyHoCL commited on
Commit
2d26290
·
verified ·
1 Parent(s): 0dea817

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -10,16 +10,16 @@ base_model:
10
  - openai/whisper-small
11
  ---
12
 
13
- CER: 15.4%
14
 
15
- Train Args:
16
- per_device_train_batch_size=16,
17
- gradient_accumulation_steps=1,
18
- learning_rate=1e-5,
19
- gradient_checkpointing=True,
20
- per_device_eval_batch_size=64,
21
- generation_max_length=225,
22
 
23
- Hardware:
24
- NVIDIA Tesla V100 16GB * 4
25
 
 
10
  - openai/whisper-small
11
  ---
12
 
13
+ CER: 15.4% <br>
14
 
15
+ Train Args: <br>
16
+ per_device_train_batch_size=16, <br>
17
+ gradient_accumulation_steps=1, <br>
18
+ learning_rate=1e-5, <br>
19
+ gradient_checkpointing=True, <br>
20
+ per_device_eval_batch_size=64, <br>
21
+ generation_max_length=225, <br>
22
 
23
+ Hardware: <br>
24
+ NVIDIA Tesla V100 16GB * 4 <br>
25