Upload folder using huggingface_hub
#26
by
infinitysugam - opened
README.md
CHANGED
|
@@ -73,6 +73,8 @@ from datasets import load_dataset
|
|
| 73 |
# Load the dataset
|
| 74 |
dataset = load_dataset("IVSL-SDSU/Clip-CC")
|
| 75 |
|
|
|
|
|
|
|
| 76 |
# Access a sample entry
|
| 77 |
print(dataset["train"][0])
|
| 78 |
```
|
|
|
|
| 73 |
# Load the dataset
|
| 74 |
dataset = load_dataset("IVSL-SDSU/Clip-CC")
|
| 75 |
|
| 76 |
+
# If the above code throws a path issue then upgrade the datasets and fsspec packages
|
| 77 |
+
|
| 78 |
# Access a sample entry
|
| 79 |
print(dataset["train"][0])
|
| 80 |
```
|