Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -222,7 +222,7 @@ Due to licensing the dataset comes in different formats:
|
|
| 222 |
|
| 223 |
All datasets without parsed pdfs of submissions can be completed by running code available [here](https://github.com/NikeHop/automatic_scientific_quality_metrics)
|
| 224 |
|
| 225 |
-
To load any of the datasets,
|
| 226 |
|
| 227 |
```python
|
| 228 |
from datasets import load_dataset
|
|
|
|
| 222 |
|
| 223 |
All datasets without parsed pdfs of submissions can be completed by running code available [here](https://github.com/NikeHop/automatic_scientific_quality_metrics)
|
| 224 |
|
| 225 |
+
To load any of the datasets, change `dataset_name` with the desired dataset and run:
|
| 226 |
|
| 227 |
```python
|
| 228 |
from datasets import load_dataset
|