Datasets:

Sub-tasks:
fact-checking
Languages:
Bulgarian
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
91a7ba1
1 Parent(s): fdd92fa

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (4f42b606ba468380de07caa9d9760a8e526cdadb)

Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -17,7 +17,6 @@ task_categories:
17
  - text-classification
18
  task_ids:
19
  - fact-checking
20
- paperswithcode_id: null
21
  pretty_name: Clickbait/Fake News in Bulgarian
22
  dataset_info:
23
  features:
@@ -25,14 +24,14 @@ dataset_info:
25
  dtype:
26
  class_label:
27
  names:
28
- 0: legitimate
29
- 1: fake
30
  - name: click_bait_score
31
  dtype:
32
  class_label:
33
  names:
34
- 0: normal
35
- 1: clickbait
36
  - name: content_title
37
  dtype: string
38
  - name: content_url
17
  - text-classification
18
  task_ids:
19
  - fact-checking
 
20
  pretty_name: Clickbait/Fake News in Bulgarian
21
  dataset_info:
22
  features:
24
  dtype:
25
  class_label:
26
  names:
27
+ '0': legitimate
28
+ '1': fake
29
  - name: click_bait_score
30
  dtype:
31
  class_label:
32
  names:
33
+ '0': normal
34
+ '1': clickbait
35
  - name: content_title
36
  dtype: string
37
  - name: content_url