Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
scenecoachai
/
WillyShakes
like
0
Tasks:
Feature Extraction
Modalities:
Audio
Text
Formats:
soundfolder
Languages:
Latin
English
Size:
< 1K
Libraries:
Datasets
Croissant
License:
apache-2.0
Dataset card
Viewer
Files
Files and versions
Community
4
Update README.md
#1
by
scenecoachai
- opened
28 days ago
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+8
-3
Files changed (1)
hide
show
README.md
+8
-3
README.md
CHANGED
Viewed
@@ -1,3 +1,8 @@
1
-
---
2
-
license: apache-2.0
3
-
---
1
+
---
2
+
license: apache-2.0
3
+
---
4
+
cd your-dataset-name
5
+
cp /path/to/your/data/* .
6
+
git add .
7
+
git commit -m "Add my dataset"
8
+
git push