Datasets:
Marissa Dolorfino commited on
Commit ·
9763cff
1
Parent(s): 115caab
readme
Browse files
README.md
CHANGED
|
@@ -135,10 +135,10 @@ For competition details and citation information, visit the [BELKA Kaggle compet
|
|
| 135 |
from datasets import load_dataset
|
| 136 |
|
| 137 |
# Load the raw split
|
| 138 |
-
raw_data = load_dataset("marissadolorfino/BELKA-DEL-ExperimentalData",
|
| 139 |
|
| 140 |
# Load the processed split
|
| 141 |
-
processed_data = load_dataset("marissadolorfino/BELKA-DEL-ExperimentalData",
|
| 142 |
```
|
| 143 |
|
| 144 |
### Data Collection
|
|
|
|
| 135 |
from datasets import load_dataset
|
| 136 |
|
| 137 |
# Load the raw split
|
| 138 |
+
raw_data = load_dataset("marissadolorfino/BELKA-DEL-ExperimentalData", 'raw')
|
| 139 |
|
| 140 |
# Load the processed split
|
| 141 |
+
processed_data = load_dataset("marissadolorfino/BELKA-DEL-ExperimentalData", 'processed')
|
| 142 |
```
|
| 143 |
|
| 144 |
### Data Collection
|