Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,10 +16,10 @@ dataset_info:
|
|
16 |
dtype: string
|
17 |
splits:
|
18 |
- name: train
|
19 |
-
num_bytes: 128377449
|
20 |
num_examples: 138
|
21 |
download_size: 128251166
|
22 |
-
dataset_size: 128377449
|
23 |
configs:
|
24 |
- config_name: biogr
|
25 |
data_files:
|
@@ -53,6 +53,17 @@ configs:
|
|
53 |
data_files:
|
54 |
- split: train
|
55 |
path: data/qecc-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
---
|
57 |
|
58 |
# Curie Dataset
|
@@ -133,9 +144,4 @@ for sample in dataset["train"]:
|
|
133 |
booktitle={The Thirteenth International Conference on Learning Representations}
|
134 |
year={2025}
|
135 |
}
|
136 |
-
```
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
|
|
16 |
dtype: string
|
17 |
splits:
|
18 |
- name: train
|
19 |
+
num_bytes: 128377449
|
20 |
num_examples: 138
|
21 |
download_size: 128251166
|
22 |
+
dataset_size: 128377449
|
23 |
configs:
|
24 |
- config_name: biogr
|
25 |
data_files:
|
|
|
53 |
data_files:
|
54 |
- split: train
|
55 |
path: data/qecc-*
|
56 |
+
task_categories:
|
57 |
+
- question-answering
|
58 |
+
language:
|
59 |
+
- en
|
60 |
+
tags:
|
61 |
+
- biology
|
62 |
+
- physics
|
63 |
+
- science
|
64 |
+
- reasoning
|
65 |
+
size_categories:
|
66 |
+
- n<1K
|
67 |
---
|
68 |
|
69 |
# Curie Dataset
|
|
|
144 |
booktitle={The Thirteenth International Conference on Learning Representations}
|
145 |
year={2025}
|
146 |
}
|
147 |
+
```
|
|
|
|
|
|
|
|
|
|