fTEDFEF commited on
Commit
055219c
·
1 Parent(s): 5e457fa

Update download links to match new Hugging Face repo name

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -70,22 +70,22 @@ The dataset contains the following main folders:
70
  ## Download
71
 
72
  You can directly download the fully zipped dataset here:
73
- - [Download Entire Dataset (TALKtoME.zip)](https://huggingface.co/datasets/Action-Verbs/Action-Verbs/resolve/main/direct_download/TALKtoME.zip?download=true)
74
 
75
  Or download specific categories as zip files:
76
- - [Download Only Action Verbs (action_verbs.zip)](https://huggingface.co/datasets/Action-Verbs/Action-Verbs/resolve/main/direct_download/action_verbs.zip?download=true)
77
- - [Download Only Verb+Noun (verb_with_noun.zip)](https://huggingface.co/datasets/Action-Verbs/Action-Verbs/resolve/main/direct_download/verb_with_noun.zip?download=true)
78
 
79
  Alternatively, you can download the dataset via the Hugging Face CLI:
80
 
81
  ```bash
82
- hf download Action-Verbs/Action-Verbs --repo-type dataset
83
  ```
84
 
85
  To download a specific folder:
86
 
87
  ```bash
88
- hf download Action-Verbs/Action-Verbs --repo-type dataset --include "verb_with_noun/**"
89
  ```
90
 
91
  ## Intended Use
 
70
  ## Download
71
 
72
  You can directly download the fully zipped dataset here:
73
+ - [Download Entire Dataset (TALKtoME.zip)](https://huggingface.co/datasets/LSL-datasets/TALKtoME/resolve/main/direct_download/TALKtoME.zip?download=true)
74
 
75
  Or download specific categories as zip files:
76
+ - [Download Only Action Verbs (action_verbs.zip)](https://huggingface.co/datasets/LSL-datasets/TALKtoME/resolve/main/direct_download/action_verbs.zip?download=true)
77
+ - [Download Only Verb+Noun (verb_with_noun.zip)](https://huggingface.co/datasets/LSL-datasets/TALKtoME/resolve/main/direct_download/verb_with_noun.zip?download=true)
78
 
79
  Alternatively, you can download the dataset via the Hugging Face CLI:
80
 
81
  ```bash
82
+ hf download LSL-datasets/TALKtoME --repo-type dataset
83
  ```
84
 
85
  To download a specific folder:
86
 
87
  ```bash
88
+ hf download LSL-datasets/TALKtoME --repo-type dataset --include "verb_with_noun/**"
89
  ```
90
 
91
  ## Intended Use