Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:

Upload folder using huggingface_hub

#26
Files changed (1) hide show
  1. README.md +2 -0
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
  ```