Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Czech
Libraries:
Datasets
pandas
License:
rsabol commited on
Commit
6aeb31e
1 Parent(s): 511b2f8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -6
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
3
  language:
4
  - cs
 
5
  size_categories:
6
  - 1K<n<10K
7
  dataset_info:
8
  features:
9
  - name: id
10
- dtype: int64
11
  - name: text
12
  dtype: string
13
  - name: genre
@@ -44,15 +44,32 @@ dataset_info:
44
  dtype: string
45
  - name: fabulation
46
  dtype: string
 
 
 
 
 
 
 
 
 
 
47
  splits:
48
  - name: train
49
- num_bytes: 24276218
50
  num_examples: 7642
51
  - name: test
52
- num_bytes: 3180888
53
  num_examples: 1000
54
- download_size: 17695259
55
- dataset_size: 27457106
 
 
 
 
 
 
 
56
  ---
57
  # Dataset Card for the benchmark Propaganda Dataset
58
 
 
1
  ---
 
2
  language:
3
  - cs
4
+ license: cc-by-nc-sa-4.0
5
  size_categories:
6
  - 1K<n<10K
7
  dataset_info:
8
  features:
9
  - name: id
10
+ dtype: string
11
  - name: text
12
  dtype: string
13
  - name: genre
 
44
  dtype: string
45
  - name: fabulation
46
  dtype: string
47
+ - name: ranges
48
+ list:
49
+ - name: attribute
50
+ dtype: string
51
+ - name: end
52
+ dtype: int64
53
+ - name: start
54
+ dtype: int64
55
+ - name: text
56
+ dtype: string
57
  splits:
58
  - name: train
59
+ num_bytes: 27173943
60
  num_examples: 7642
61
  - name: test
62
+ num_bytes: 3727325
63
  num_examples: 1000
64
+ download_size: 19285049
65
+ dataset_size: 30901268
66
+ configs:
67
+ - config_name: default
68
+ data_files:
69
+ - split: train
70
+ path: data/train-*
71
+ - split: test
72
+ path: data/test-*
73
  ---
74
  # Dataset Card for the benchmark Propaganda Dataset
75