Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
| 1 |
---
|
| 2 |
pretty_name: mind-data
|
| 3 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# mind-data
|
| 7 |
|
| 8 |
Raw cognitive diagnosis datasets prepared for `mind-toolkit`.
|
| 9 |
|
|
|
|
|
|
|
| 10 |
## Structure
|
| 11 |
|
| 12 |
Each dataset is stored in its own folder. Core files use a shared naming convention:
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: mind-data
|
| 3 |
license: mit
|
| 4 |
+
viewer: false
|
| 5 |
+
configs:
|
| 6 |
+
- config_name: Assist17
|
| 7 |
+
data_files: "Assist17/response.csv"
|
| 8 |
+
default: true
|
| 9 |
+
- config_name: FrcSub
|
| 10 |
+
data_files: "FrcSub/response.csv"
|
| 11 |
+
- config_name: Math1
|
| 12 |
+
data_files: "Math1/response.csv"
|
| 13 |
+
- config_name: Matmat
|
| 14 |
+
data_files: "Matmat/response.csv"
|
| 15 |
+
- config_name: NeurIPS20
|
| 16 |
+
data_files: "NeurIPS20/response.csv"
|
| 17 |
+
- config_name: XES3G5M
|
| 18 |
+
data_files: "XES3G5M/response.csv"
|
| 19 |
---
|
| 20 |
|
| 21 |
# mind-data
|
| 22 |
|
| 23 |
Raw cognitive diagnosis datasets prepared for `mind-toolkit`.
|
| 24 |
|
| 25 |
+
Each supported dataset is exposed as an individual Hugging Face configuration (subset). The Hub Dataset Viewer is intentionally disabled because these files are raw response logs and auxiliary matrices rather than human-friendly preview tables.
|
| 26 |
+
|
| 27 |
## Structure
|
| 28 |
|
| 29 |
Each dataset is stored in its own folder. Core files use a shared naming convention:
|