rmarquis commited on
Commit
2cdb92b
·
1 Parent(s): e3a1262

Expand README instructions

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -16,12 +16,20 @@ Data is separated into train, test and valid directories.
16
 
17
  Additionallly a csv file is included for those that wish to use it to create there own train, test and validation datasets.
18
 
19
- ## Clone
20
 
21
  ```
22
  git clone https://huggingface.co/datasets/HES-XPLAIN/SportsImageClassification
23
  ```
24
 
 
 
 
 
 
 
 
 
25
  To add data, ensure to install LFS.
26
 
27
  ```
@@ -29,3 +37,5 @@ git lfs install
29
 
30
  ```
31
 
 
 
 
16
 
17
  Additionallly a csv file is included for those that wish to use it to create there own train, test and validation datasets.
18
 
19
+ ### Clone
20
 
21
  ```
22
  git clone https://huggingface.co/datasets/HES-XPLAIN/SportsImageClassification
23
  ```
24
 
25
+ or
26
+
27
+ ```
28
+ git clone git@hf.co:datasets/HES-XPLAIN/SportsImageClassification
29
+ ```
30
+
31
+ ### Modify dataset
32
+
33
  To add data, ensure to install LFS.
34
 
35
  ```
 
37
 
38
  ```
39
 
40
+ Then proceed accordingly with `git add` and `git push`.
41
+