fix yaml metatadata
#2
by
davanstrien
HF Staff
- opened
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
task_categories:
|
4 |
-
- question-answering
|
5 |
-
- mathematical-reasoning
|
6 |
language:
|
7 |
- en
|
8 |
size_categories:
|
9 |
- 500<n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
<div align="center">
|
12 |
|
@@ -189,4 +192,4 @@ We categorize the capabilities assessed by the PHYBench benchmark into two key d
|
|
189 |
primaryClass={cs.CL},
|
190 |
url={https://arxiv.org/abs/2504.16074},
|
191 |
}
|
192 |
-
```
|
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
language:
|
4 |
- en
|
5 |
size_categories:
|
6 |
- 500<n<1K
|
7 |
+
task_categories:
|
8 |
+
- question-answering
|
9 |
+
tags:
|
10 |
+
- mathematical-reasoning
|
11 |
+
- reasoning
|
12 |
+
- math
|
13 |
---
|
14 |
<div align="center">
|
15 |
|
|
|
192 |
primaryClass={cs.CL},
|
193 |
url={https://arxiv.org/abs/2504.16074},
|
194 |
}
|
195 |
+
```
|