Datasets:
Tasks:
Text Classification
Formats:
json
Sub-tasks:
word-sense-disambiguation
Languages:
Italian
Size:
1K - 10K
feat: initial commit
Browse files- README.md +25 -0
- dev.jsonl +0 -0
- test.jsonl +0 -0
- test_eng.jsonl +0 -0
- train.jsonl +0 -0
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- it
|
| 4 |
+
language_details: it-IT
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-classification
|
| 7 |
+
task_ids:
|
| 8 |
+
- word-sense-disambiguation
|
| 9 |
+
size_categories:
|
| 10 |
+
- 1K<n<10K
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: default
|
| 13 |
+
data_files:
|
| 14 |
+
- split: dev
|
| 15 |
+
path: "dev.jsonl"
|
| 16 |
+
- split: test
|
| 17 |
+
path: "test.jsonl"
|
| 18 |
+
- split: train
|
| 19 |
+
path: "train.jsonl"
|
| 20 |
+
- config_name: cross-lingual
|
| 21 |
+
data_files: "test_eng.jsonl"
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
Dataset homepage:
|
| 25 |
+
https://wic-ita.github.io/index.html
|
dev.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test_eng.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|