zylipku commited on
Commit
4c913f3
·
verified ·
1 Parent(s): f9adebe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -94,7 +94,7 @@ def gen():
94
  ds = Dataset.from_generator(gen)
95
  ds = ds.with_format("numpy")
96
 
97
- ds.push_to_hub("MLDS-NUS/polymer_re-upload")
98
  ```
99
 
100
  # How to use
@@ -106,7 +106,7 @@ from datasets import load_dataset
106
  import numpy as np
107
 
108
 
109
- hf_dataset = load_dataset("MLDS-NUS/polymer_re-upload")
110
  hf_dataset = hf_dataset.with_format("numpy")["train"]
111
 
112
  hf_dataset_30V = hf_dataset.filter(lambda x: x["config"] == "30V_Jan24")
 
94
  ds = Dataset.from_generator(gen)
95
  ds = ds.with_format("numpy")
96
 
97
+ ds.push_to_hub("MLDS-NUS/polymer-dynamics_experimental-data")
98
  ```
99
 
100
  # How to use
 
106
  import numpy as np
107
 
108
 
109
+ hf_dataset = load_dataset("MLDS-NUS/polymer-dynamics_experimental-data")
110
  hf_dataset = hf_dataset.with_format("numpy")["train"]
111
 
112
  hf_dataset_30V = hf_dataset.filter(lambda x: x["config"] == "30V_Jan24")