File size: 212 Bytes
a05a2d2
 
36afd1a
 
 
 
 
 
 
a05a2d2
 
 
 
 
36afd1a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
license: apache-2.0
task_categories:
- feature-extraction
language:
- la
- en
size_categories:
- 10K<n<100K
---
cd your-dataset-name
cp /path/to/your/data/* .
git add .
git commit -m "Add my dataset"
git push