File size: 125 Bytes
8006d0c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
---
license: apache-2.0
---
cd your-dataset-name
cp /path/to/your/data/* .
git add .
git commit -m "Add my dataset"
git push