NiranjanC commited on
Commit
68076a9
1 Parent(s): 788a9d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 a warmup step of 4000 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.
 
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.