fix: change large_string to string in feature metadata
Browse files
README.md
CHANGED
|
@@ -3,9 +3,9 @@ dataset_info:
|
|
| 3 |
- config_name: code
|
| 4 |
features:
|
| 5 |
- name: info
|
| 6 |
-
dtype:
|
| 7 |
- name: question
|
| 8 |
-
dtype:
|
| 9 |
- name: avg@8_qwen3_4b_instruct_2507
|
| 10 |
dtype: float64
|
| 11 |
splits:
|
|
|
|
| 3 |
- config_name: code
|
| 4 |
features:
|
| 5 |
- name: info
|
| 6 |
+
dtype: string
|
| 7 |
- name: question
|
| 8 |
+
dtype: string
|
| 9 |
- name: avg@8_qwen3_4b_instruct_2507
|
| 10 |
dtype: float64
|
| 11 |
splits:
|