Spaces:
Running
Running
fix to add proper split
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ for subset in subsets:
|
|
50 |
"total_magnetization",
|
51 |
],
|
52 |
)
|
53 |
-
datasets.append(dataset)
|
54 |
|
55 |
display_columns = [
|
56 |
"chemical_formula_descriptive",
|
|
|
50 |
"total_magnetization",
|
51 |
],
|
52 |
)
|
53 |
+
datasets.append(dataset['train'])
|
54 |
|
55 |
display_columns = [
|
56 |
"chemical_formula_descriptive",
|