JodieChou commited on
Commit
c0eae8a
·
verified ·
1 Parent(s): 5a992fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -64,8 +64,8 @@ Both datasets are intended for **evaluation only** and are provided as a single
64
  ```python
65
  from datasets import load_dataset
66
 
67
- coarse = load_dataset("JodieChou/wic-llms", "coarse_grained", split="test")
68
- fine = load_dataset("JodieChou/wic-llms", "fine_grained", split="test")
69
  ```
70
 
71
 
 
64
  ```python
65
  from datasets import load_dataset
66
 
67
+ coarse = load_dataset("cardiffnlp/GrainWiC", "coarse_grained", split="test")
68
+ fine = load_dataset("cardiffnlp/GrainWiC", "fine_grained", split="test")
69
  ```
70
 
71