add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -132,6 +132,24 @@ task_categories:
|
|
| 132 |
task_ids: []
|
| 133 |
paperswithcode_id: null
|
| 134 |
pretty_name: MsTerms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
---
|
| 136 |
|
| 137 |
# Dataset Card for [ms_terms]
|
|
@@ -257,4 +275,4 @@ Nearly 100 Languages.
|
|
| 257 |
|
| 258 |
### Contributions
|
| 259 |
|
| 260 |
-
Thanks to [@leoxzhao](https://github.com/leoxzhao), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
|
| 132 |
task_ids: []
|
| 133 |
paperswithcode_id: null
|
| 134 |
pretty_name: MsTerms
|
| 135 |
+
dataset_info:
|
| 136 |
+
features:
|
| 137 |
+
- name: entry_id
|
| 138 |
+
dtype: string
|
| 139 |
+
- name: term_source
|
| 140 |
+
dtype: string
|
| 141 |
+
- name: pos
|
| 142 |
+
dtype: string
|
| 143 |
+
- name: definition
|
| 144 |
+
dtype: string
|
| 145 |
+
- name: term_target
|
| 146 |
+
dtype: string
|
| 147 |
+
splits:
|
| 148 |
+
- name: train
|
| 149 |
+
num_bytes: 6995497
|
| 150 |
+
num_examples: 33738
|
| 151 |
+
download_size: 0
|
| 152 |
+
dataset_size: 6995497
|
| 153 |
---
|
| 154 |
|
| 155 |
# Dataset Card for [ms_terms]
|
|
|
|
| 275 |
|
| 276 |
### Contributions
|
| 277 |
|
| 278 |
+
Thanks to [@leoxzhao](https://github.com/leoxzhao), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|