mkurman commited on
Commit
efb358c
·
verified ·
1 Parent(s): 6a66f79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ The `output` is the **correct count** as an integer (e.g., `1`). This format is
50
  ```python
51
  from datasets import load_dataset
52
 
53
- ds = load_dataset("mkurmanmkurman/MedSpellCount-QA", split='train')
54
 
55
  print(ds)
56
  print(ds[0])
 
50
  ```python
51
  from datasets import load_dataset
52
 
53
+ ds = load_dataset("mkurman/MedSpellCount-QA", split='train')
54
 
55
  print(ds)
56
  print(ds[0])