jimbozhang
commited on
Commit
•
73c48c7
1
Parent(s):
6685d58
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,10 @@ Augmentation and knowledge distillation (KD) are well-established techniques emp
|
|
27 |
|
28 |
## Uses
|
29 |
|
30 |
-
|
|
|
|
|
|
|
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
|