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
scenecoachai
commited on
Dec 11, 2024
Commit
8006d0c
·
verified
·
1 Parent(s):
1390473
Update README.md
Browse files
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