admin
commited on
Commit
·
38eb22f
1
Parent(s):
e95ea1b
upd md
Browse files
README.md
CHANGED
@@ -10,13 +10,13 @@ The Guzheng Performance Technique Recognition Model is trained on the GZ_IsoTech
|
|
10 |
|
11 |
## Usage
|
12 |
```python
|
13 |
-
from
|
14 |
model_dir = snapshot_download("ccmusic-database/GZ_IsoTech")
|
15 |
```
|
16 |
|
17 |
## Maintenance
|
18 |
```bash
|
19 |
-
git clone [email protected]:ccmusic-database/GZ_IsoTech
|
20 |
cd GZ_IsoTech
|
21 |
```
|
22 |
|
|
|
10 |
|
11 |
## Usage
|
12 |
```python
|
13 |
+
from huggingface_hub import snapshot_download
|
14 |
model_dir = snapshot_download("ccmusic-database/GZ_IsoTech")
|
15 |
```
|
16 |
|
17 |
## Maintenance
|
18 |
```bash
|
19 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone [email protected]:ccmusic-database/GZ_IsoTech
|
20 |
cd GZ_IsoTech
|
21 |
```
|
22 |
|