Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,7 @@ library_name: transformers
|
|
14 |
this model trained on validation segment of data for one epoch with 0.05 loss and tested on test segment of data with 0.07 loss and WER: 1.636687802644541
|
15 |
|
16 |
how to use the model in colab:
|
|
|
17 |
# Install required packages
|
18 |
!pip install torch torchaudio transformers pydub google-colab
|
19 |
|
|
|
14 |
this model trained on validation segment of data for one epoch with 0.05 loss and tested on test segment of data with 0.07 loss and WER: 1.636687802644541
|
15 |
|
16 |
how to use the model in colab:
|
17 |
+
|
18 |
# Install required packages
|
19 |
!pip install torch torchaudio transformers pydub google-colab
|
20 |
|