Vrishab80 commited on
Commit
36ce141
·
verified ·
1 Parent(s): ea46f2e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +77,7 @@ Each document is labeled with one of three classes:
77
  ```python
78
  from datasets import load_dataset
79
 
80
- ds = load_dataset("YOUR_USERNAME/apex-document-relevance-review")
81
  print(ds["train"][0])
82
  ```
83
 
 
77
  ```python
78
  from datasets import load_dataset
79
 
80
+ ds = load_dataset("Vrishab80/apex-document-relevance-review")
81
  print(ds["train"][0])
82
  ```
83