Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -29,6 +29,102 @@ configs:
|
|
| 29 |
- XNLI
|
| 30 |
tags:
|
| 31 |
- Word Sense Disambiguation for Verbs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
---
|
| 33 |
|
| 34 |
# Dataset Card for FLUE
|
|
|
|
| 29 |
- XNLI
|
| 30 |
tags:
|
| 31 |
- Word Sense Disambiguation for Verbs
|
| 32 |
+
dataset_info:
|
| 33 |
+
- config_name: CLS
|
| 34 |
+
features:
|
| 35 |
+
- name: text
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: label
|
| 38 |
+
dtype:
|
| 39 |
+
class_label:
|
| 40 |
+
names:
|
| 41 |
+
0: negative
|
| 42 |
+
1: positive
|
| 43 |
+
- name: idx
|
| 44 |
+
dtype: int32
|
| 45 |
+
splits:
|
| 46 |
+
- name: test
|
| 47 |
+
num_bytes: 3852344
|
| 48 |
+
num_examples: 5999
|
| 49 |
+
- name: train
|
| 50 |
+
num_bytes: 3853279
|
| 51 |
+
num_examples: 5997
|
| 52 |
+
download_size: 314687066
|
| 53 |
+
dataset_size: 7705623
|
| 54 |
+
- config_name: PAWS-X
|
| 55 |
+
features:
|
| 56 |
+
- name: sentence1
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: sentence2
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: label
|
| 61 |
+
dtype: int32
|
| 62 |
+
- name: idx
|
| 63 |
+
dtype: int32
|
| 64 |
+
splits:
|
| 65 |
+
- name: test
|
| 66 |
+
num_bytes: 526953
|
| 67 |
+
num_examples: 2000
|
| 68 |
+
- name: train
|
| 69 |
+
num_bytes: 13096677
|
| 70 |
+
num_examples: 49399
|
| 71 |
+
- name: validation
|
| 72 |
+
num_bytes: 522013
|
| 73 |
+
num_examples: 1988
|
| 74 |
+
download_size: 30282057
|
| 75 |
+
dataset_size: 14145643
|
| 76 |
+
- config_name: XNLI
|
| 77 |
+
features:
|
| 78 |
+
- name: premise
|
| 79 |
+
dtype: string
|
| 80 |
+
- name: hypo
|
| 81 |
+
dtype: string
|
| 82 |
+
- name: label
|
| 83 |
+
dtype:
|
| 84 |
+
class_label:
|
| 85 |
+
names:
|
| 86 |
+
0: contradiction
|
| 87 |
+
1: entailment
|
| 88 |
+
2: neutral
|
| 89 |
+
- name: idx
|
| 90 |
+
dtype: int32
|
| 91 |
+
splits:
|
| 92 |
+
- name: test
|
| 93 |
+
num_bytes: 1048999
|
| 94 |
+
num_examples: 5010
|
| 95 |
+
- name: train
|
| 96 |
+
num_bytes: 87373154
|
| 97 |
+
num_examples: 392702
|
| 98 |
+
- name: validation
|
| 99 |
+
num_bytes: 520022
|
| 100 |
+
num_examples: 2490
|
| 101 |
+
download_size: 483963712
|
| 102 |
+
dataset_size: 88942175
|
| 103 |
+
- config_name: WSD-V
|
| 104 |
+
features:
|
| 105 |
+
- name: sentence
|
| 106 |
+
sequence: string
|
| 107 |
+
- name: pos_tags
|
| 108 |
+
sequence: string
|
| 109 |
+
- name: lemmas
|
| 110 |
+
sequence: string
|
| 111 |
+
- name: fine_pos_tags
|
| 112 |
+
sequence: string
|
| 113 |
+
- name: disambiguate_tokens_ids
|
| 114 |
+
sequence: int32
|
| 115 |
+
- name: disambiguate_labels
|
| 116 |
+
sequence: string
|
| 117 |
+
- name: idx
|
| 118 |
+
dtype: string
|
| 119 |
+
splits:
|
| 120 |
+
- name: test
|
| 121 |
+
num_bytes: 2722232
|
| 122 |
+
num_examples: 3121
|
| 123 |
+
- name: train
|
| 124 |
+
num_bytes: 206869215
|
| 125 |
+
num_examples: 269821
|
| 126 |
+
download_size: 38303600
|
| 127 |
+
dataset_size: 209591447
|
| 128 |
---
|
| 129 |
|
| 130 |
# Dataset Card for FLUE
|