rafalposwiata
commited on
Commit
•
cb65043
1
Parent(s):
cefeb11
Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,32 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
multilinguality:
|
4 |
+
- monolingual
|
5 |
+
language:
|
6 |
+
- pl
|
7 |
+
size_categories:
|
8 |
+
- 100K<n<1M
|
9 |
+
task_categories:
|
10 |
+
- text-classification
|
11 |
+
task_ids:
|
12 |
+
- topic-classification
|
13 |
+
- multi-class-classification
|
14 |
+
- multi-label-classification
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: title
|
18 |
+
dtype: string
|
19 |
+
- name: abstract
|
20 |
+
dtype: string
|
21 |
+
- name: journal
|
22 |
+
dtype: string
|
23 |
+
- name: scientific_fields
|
24 |
+
dtype: [string]
|
25 |
+
- name: disciplines
|
26 |
+
dtype: [string]
|
27 |
+
splits:
|
28 |
+
- name: train
|
29 |
+
num_bytes: 185162529
|
30 |
+
num_examples: 159749
|
31 |
+
---
|
32 |
+
PLSC - Polish Library of Science Corpus
|