version naming conventions

This commit is contained in:
Cadene 2024-03-19 16:44:19 +00:00
parent e799dc5e3f
commit b420ab88f4
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ Iterate on your code and dataset with:
DATA_DIR=data python train.py
```
Then upload a new version:
Then upload a new version (v2.0 or v1.1 if the changes are respectively more or less significant):
```
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli upload $HF_USER/$DATASET data/$DATASET \
--repo-type dataset \