Update README.md
Browse files
README.md
CHANGED
|
@@ -182,9 +182,10 @@ for batch in dataloader:
|
|
| 182 |
break
|
| 183 |
```
|
| 184 |
|
| 185 |
-
#### Extension
|
| 186 |
|
| 187 |
If you want to introduce new features in to labels, we recommend to make a copy of `CEED.py` and modify the `_generate_examples` method. Check [AI4EPS/EQNet](https://github.com/AI4EPS/EQNet/blob/master/eqnet/data/quakeflow_nc.py) for an example. To load the dataset with your modified script, specify the path to the script in `load_dataset` function:
|
| 188 |
```python
|
| 189 |
ceed = load_dataset("path/to/your/CEED.py", name="station_test", split="test", trust_remote_code=True)
|
| 190 |
```
|
|
|
|
|
|
| 182 |
break
|
| 183 |
```
|
| 184 |
|
| 185 |
+
<!-- #### Extension
|
| 186 |
|
| 187 |
If you want to introduce new features in to labels, we recommend to make a copy of `CEED.py` and modify the `_generate_examples` method. Check [AI4EPS/EQNet](https://github.com/AI4EPS/EQNet/blob/master/eqnet/data/quakeflow_nc.py) for an example. To load the dataset with your modified script, specify the path to the script in `load_dataset` function:
|
| 188 |
```python
|
| 189 |
ceed = load_dataset("path/to/your/CEED.py", name="station_test", split="test", trust_remote_code=True)
|
| 190 |
```
|
| 191 |
+
-->
|