Marissa Dolorfino commited on
Commit
9763cff
·
1 Parent(s): 115caab
Files changed (1) hide show
  1. README.md +2 -2
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", split='raw')
139
 
140
  # Load the processed split
141
- processed_data = load_dataset("marissadolorfino/BELKA-DEL-ExperimentalData", split='processed')
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