ci-ber commited on
Commit
fcfe824
·
2 Parent(s): ade5595 7d13217

Merge branch 'main' of hf.co:datasets/c-i-ber/Nova

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ If you find this dataset useful in your work, please consider citing it:
68
 
69
  ```python
70
  from datasets import load_dataset
71
- dataset = load_dataset("c-i-ber/Nova")
72
  ```
73
 
74
  ## 🧪 Try it out in Colab
 
68
 
69
  ```python
70
  from datasets import load_dataset
71
+ ds = load_dataset("parquet", data_files=f"hf://datasets/c-i-ber/Nova/data/nova-v1.parquet", split="train")
72
  ```
73
 
74
  ## 🧪 Try it out in Colab