Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -5,9 +5,45 @@ multilinguality:
|
|
| 5 |
language:
|
| 6 |
- fr
|
| 7 |
task_categories:
|
| 8 |
-
|
| 9 |
task_ids:
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Word Sense Disambiguation for FLUE
|
|
@@ -63,4 +99,4 @@ GNU Lesser General Public License
|
|
| 63 |
|
| 64 | |
| 65 | |
| 66 |
|
|
|
| 5 |
language:
|
| 6 |
- fr
|
| 7 |
task_categories:
|
| 8 |
+
- other
|
| 9 |
task_ids:
|
| 10 |
+
- word-sense-disambiguation
|
| 11 |
+
dataset_info:
|
| 12 |
+
features:
|
| 13 |
+
- name: document_id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: sentence
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: sentence_label
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: sentence_first_label
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: surface_forms
|
| 22 |
+
sequence: string
|
| 23 |
+
- name: labels
|
| 24 |
+
sequence: string
|
| 25 |
+
- name: first_labels
|
| 26 |
+
sequence: string
|
| 27 |
+
- name: word_id
|
| 28 |
+
sequence: string
|
| 29 |
+
- name: scores
|
| 30 |
+
sequence: string
|
| 31 |
+
- name: lemmas
|
| 32 |
+
sequence: string
|
| 33 |
+
- name: pos
|
| 34 |
+
sequence: string
|
| 35 |
+
splits:
|
| 36 |
+
- name: SemCor
|
| 37 |
+
num_bytes: 71632913
|
| 38 |
+
num_examples: 37176
|
| 39 |
+
- name: SemEval
|
| 40 |
+
num_bytes: 749832
|
| 41 |
+
num_examples: 306
|
| 42 |
+
- name: WNGT
|
| 43 |
+
num_bytes: 206691837
|
| 44 |
+
num_examples: 117659
|
| 45 |
+
download_size: 41831981
|
| 46 |
+
dataset_size: 279074582
|
| 47 |
---
|
| 48 |
|
| 49 |
# Word Sense Disambiguation for FLUE
|
|
|
|
| 99 |
|
| 100 | |
| 101 | |
| 102 |