avantikalal commited on
Commit
822c0a4
·
verified ·
1 Parent(s): 7d4ce9d

Upload folder using huggingface_hub (#2)

Browse files

- Upload folder using huggingface_hub (ca4d28f0fb4442a871214075187e1eb96a274735)

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ Based on the header of `variants.csv`:
44
 
45
  ```python
46
  from datasets import load_dataset
47
- dataset = load_dataset("Genentech/alzheimer's-variant-tutorial-data", split="test")
48
  df = dataset.to_pandas()
49
  print(df.head())
50
  ```
 
44
 
45
  ```python
46
  from datasets import load_dataset
47
+ dataset = load_dataset("Genentech/alzheimers-variant-tutorial-data", split="test")
48
  df = dataset.to_pandas()
49
  print(df.head())
50
  ```