Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
hSterz commited on
Commit
2b6958a
1 Parent(s): 79bdb5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,5 +62,5 @@ from datasets import load_dataset
62
 
63
  # Load the dataset
64
  subset = "1_correct" # Change to the subset that you want to use
65
- dataset = load_dataset("hSterz/DARE", subset)
66
  ```
 
62
 
63
  # Load the dataset
64
  subset = "1_correct" # Change to the subset that you want to use
65
+ dataset = load_dataset("cambridgeltl/DARE", subset)
66
  ```