jimbozhang commited on
Commit
73c48c7
1 Parent(s): 6685d58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -27,7 +27,10 @@ Augmentation and knowledge distillation (KD) are well-established techniques emp
27
 
28
  ## Uses
29
 
30
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
 
 
31
 
32
  ```python
33
  >>> from ced_model.feature_extraction_ced import CedFeatureExtractor
 
27
 
28
  ## Uses
29
 
30
+ ```bash
31
+ git lfs install
32
+ git clone https://huggingface.co/mispeech/ced-base
33
+ ```
34
 
35
  ```python
36
  >>> from ced_model.feature_extraction_ced import CedFeatureExtractor