nguyenvulebinh commited on
Commit
50a30da
1 Parent(s): 39053a7

Add colab demo

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -20,12 +20,15 @@ Our models use wav2vec2 architecture, pre-trained on 13k hours of Vietnamese you
20
  |with 5-grams LM| 6.53 | 5.32 |
21
 
22
  ## Usage
 
23
 
24
  ```python
25
  #pytorch
26
  #!pip install transformers==4.20.0
27
  #!pip install https://github.com/kpu/kenlm/archive/master.zip
28
  #!pip install pyctcdecode==0.4.0
 
 
29
  from transformers.file_utils import cached_path, hf_bucket_url
30
  from importlib.machinery import SourceFileLoader
31
  from transformers import Wav2Vec2ProcessorWithLM
20
  |with 5-grams LM| 6.53 | 5.32 |
21
 
22
  ## Usage
23
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1z3FQUQ2t7nIPR-dBR4bkcee6oCDGmcd4?usp=sharing)
24
 
25
  ```python
26
  #pytorch
27
  #!pip install transformers==4.20.0
28
  #!pip install https://github.com/kpu/kenlm/archive/master.zip
29
  #!pip install pyctcdecode==0.4.0
30
+ #!pip install huggingface_hub==0.10.0
31
+
32
  from transformers.file_utils import cached_path, hf_bucket_url
33
  from importlib.machinery import SourceFileLoader
34
  from transformers import Wav2Vec2ProcessorWithLM