carlosdanielhernandezmena commited on
Commit
1ff4b0e
1 Parent(s): e06f3be

Adding the Colab to the README file

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -227,6 +227,8 @@ This model can used for Automatic Speech Recognition (ASR) in Catalan. The model
227
 
228
  ## How to Get Started with the Model
229
 
 
 
230
  ### Installation
231
 
232
  In order to use this model, you may install [datasets](https://huggingface.co/docs/datasets/installation) and [transformers](https://huggingface.co/docs/transformers/installation):
@@ -253,6 +255,7 @@ pip install torch
253
  pip install datasets
254
  pip install 'transformers[torch]'
255
  pip install evaluate
 
256
  ```
257
 
258
  ```python
 
227
 
228
  ## How to Get Started with the Model
229
 
230
+ To see an updated and functional version of this code, please see our our [Notebook](https://colab.research.google.com/drive/1MHiPrffNTwiyWeUyMQvSdSbfkef_8aJC?usp=sharing)
231
+
232
  ### Installation
233
 
234
  In order to use this model, you may install [datasets](https://huggingface.co/docs/datasets/installation) and [transformers](https://huggingface.co/docs/transformers/installation):
 
255
  pip install datasets
256
  pip install 'transformers[torch]'
257
  pip install evaluate
258
+ pip install jiwer
259
  ```
260
 
261
  ```python