Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,9 +1,58 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- hu
|
4 |
-
pretty_name: K-Monitor sajtóadatbázis
|
5 |
size_categories:
|
6 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
Forrás: https://adatbazis.k-monitor.hu/
|
|
|
1 |
---
|
2 |
language:
|
3 |
- hu
|
|
|
4 |
size_categories:
|
5 |
- 10K<n<100K
|
6 |
+
pretty_name: K-Monitor sajtóadatbázis
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: news_id
|
10 |
+
dtype: int64
|
11 |
+
- name: title
|
12 |
+
dtype: string
|
13 |
+
- name: source_url
|
14 |
+
dtype: string
|
15 |
+
- name: kmdb_url
|
16 |
+
dtype: string
|
17 |
+
- name: newspaper
|
18 |
+
dtype: string
|
19 |
+
- name: pub_time
|
20 |
+
dtype: string
|
21 |
+
- name: authors
|
22 |
+
sequence: string
|
23 |
+
- name: text
|
24 |
+
dtype: string
|
25 |
+
- name: meta_keywords
|
26 |
+
sequence: string
|
27 |
+
- name: meta_description
|
28 |
+
dtype: string
|
29 |
+
- name: url
|
30 |
+
dtype: string
|
31 |
+
- name: kmonitor_title
|
32 |
+
dtype: string
|
33 |
+
- name: publish_date
|
34 |
+
dtype: string
|
35 |
+
- name: kmonitor_description
|
36 |
+
dtype: string
|
37 |
+
- name: kmonitor_places
|
38 |
+
sequence: string
|
39 |
+
- name: kmonitor_persons
|
40 |
+
sequence: string
|
41 |
+
- name: kmonitor_others
|
42 |
+
sequence: string
|
43 |
+
- name: kmonitor_institutions
|
44 |
+
sequence: string
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_bytes: 246837980
|
48 |
+
num_examples: 47233
|
49 |
+
download_size: 141758068
|
50 |
+
dataset_size: 246837980
|
51 |
+
configs:
|
52 |
+
- config_name: default
|
53 |
+
data_files:
|
54 |
+
- split: train
|
55 |
+
path: data/train-*
|
56 |
---
|
57 |
|
58 |
Forrás: https://adatbazis.k-monitor.hu/
|