Datasets:
martynawck
commited on
Commit
•
740f62a
1
Parent(s):
c451938
Update README.md
Browse files
README.md
CHANGED
@@ -70,14 +70,14 @@ dataset_info:
|
|
70 |
sequence: string
|
71 |
splits:
|
72 |
- name: train
|
73 |
-
num_bytes:
|
74 |
-
num_examples:
|
75 |
-
- name:
|
76 |
-
num_bytes:
|
77 |
-
num_examples:
|
78 |
- name: test
|
79 |
-
num_bytes:
|
80 |
-
num_examples:
|
81 |
download_size: 3088237
|
82 |
dataset_size: 5120697
|
83 |
- config_name: nlprepl_by_type
|
@@ -126,14 +126,14 @@ dataset_info:
|
|
126 |
sequence: string
|
127 |
splits:
|
128 |
- name: train
|
129 |
-
num_bytes:
|
130 |
-
num_examples:
|
131 |
-
- name:
|
132 |
-
num_bytes:
|
133 |
-
num_examples:
|
134 |
- name: test
|
135 |
-
num_bytes:
|
136 |
-
num_examples:
|
137 |
download_size: 3088237
|
138 |
dataset_size: 5120697
|
139 |
---
|
@@ -200,10 +200,19 @@ Polish (monolingual)
|
|
200 |
|
201 |
### Data Splits
|
202 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
| | Train | Validation | Test |
|
204 |
| ----- | ------ | ----- | ---- |
|
205 |
| sentences | 68943 | 7755 | 8964 |
|
206 |
-
| tokens |
|
207 |
|
208 |
|
209 |
## Licensing Information
|
|
|
70 |
sequence: string
|
71 |
splits:
|
72 |
- name: train
|
73 |
+
num_bytes: 0
|
74 |
+
num_examples: 69360
|
75 |
+
- name: dev
|
76 |
+
num_bytes: 0
|
77 |
+
num_examples: 7669
|
78 |
- name: test
|
79 |
+
num_bytes: 0
|
80 |
+
num_examples: 8633
|
81 |
download_size: 3088237
|
82 |
dataset_size: 5120697
|
83 |
- config_name: nlprepl_by_type
|
|
|
126 |
sequence: string
|
127 |
splits:
|
128 |
- name: train
|
129 |
+
num_bytes: 0
|
130 |
+
num_examples: 68943
|
131 |
+
- name: dev
|
132 |
+
num_bytes: 0
|
133 |
+
num_examples: 7755
|
134 |
- name: test
|
135 |
+
num_bytes: 0
|
136 |
+
num_examples: 8964
|
137 |
download_size: 3088237
|
138 |
dataset_size: 5120697
|
139 |
---
|
|
|
200 |
|
201 |
### Data Splits
|
202 |
|
203 |
+
#### Fair_by_name
|
204 |
+
|
205 |
+
| | Train | Validation | Test |
|
206 |
+
| ----- | ------ | ----- | ---- |
|
207 |
+
| sentences | 69360 | 7669 | 8633 |
|
208 |
+
| tokens | 984077 | 109900 | 121907 |
|
209 |
+
|
210 |
+
#### Fair_by_type
|
211 |
+
|
212 |
| | Train | Validation | Test |
|
213 |
| ----- | ------ | ----- | ---- |
|
214 |
| sentences | 68943 | 7755 | 8964 |
|
215 |
+
| tokens | 978371 | 112454 | 125059 |
|
216 |
|
217 |
|
218 |
## Licensing Information
|