Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# KD Backup (260120)
|
| 2 |
+
|
| 3 |
+
CleanFD 프로젝트 백업
|
| 4 |
+
|
| 5 |
+
## Download & Extract
|
| 6 |
+
|
| 7 |
+
```bash
|
| 8 |
+
pip install huggingface_hub==0.20.2
|
| 9 |
+
|
| 10 |
+
huggingface-cli download leekwoon/kd_backup_260120 --repo-type dataset --local-dir ./kd_backup
|
| 11 |
+
|
| 12 |
+
cd kd_backup
|
| 13 |
+
md5sum -c checksums.md5
|
| 14 |
+
|
| 15 |
+
cat data.tar.gz.part_* | tar -xzvf -
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
+
## Contents
|
| 19 |
+
|
| 20 |
+
- cleanfd/
|
| 21 |
+
- configs/
|
| 22 |
+
- pipelines/
|
| 23 |
+
- pretrained/
|
| 24 |
+
- results/
|
| 25 |
+
- scripts/
|
| 26 |
+
- tmp_dahye/
|
| 27 |
+
- README.md
|
| 28 |
+
- requirements.txt
|
| 29 |
+
- setup.py
|