Update README.md
Browse files
README.md
CHANGED
@@ -22,11 +22,11 @@ pipeline_tag: automatic-speech-recognition
|
|
22 |
- lora_dropout=0.05
|
23 |
- bias="none"
|
24 |
- INT8 quantization
|
25 |
-
- Trained for 3 epochs with a learning rate of 1e-4 and
|
26 |
- **Evaluation Metrics:** Word Error Rate (WER)
|
27 |
|
28 |
## Usage
|
29 |
-
- **Usage:** The model can be used for speech recognition tasks. Inputs should be audio files
|
30 |
|
31 |
## Limitations and Ethical Considerations
|
32 |
- **Limitations:** None provided.
|
|
|
22 |
- lora_dropout=0.05
|
23 |
- bias="none"
|
24 |
- INT8 quantization
|
25 |
+
- Trained for 3 epochs with a learning rate of 1e-4 and warmup steps of 100 without gradient accumulation.
|
26 |
- **Evaluation Metrics:** Word Error Rate (WER)
|
27 |
|
28 |
## Usage
|
29 |
+
- **Usage:** The model can be used for speech recognition tasks. Inputs should be audio files and the model outputs transcriptions.
|
30 |
|
31 |
## Limitations and Ethical Considerations
|
32 |
- **Limitations:** None provided.
|