Datasets:

Modalities:
Text
Formats:
json
Languages:
Czech
Libraries:
Datasets
pandas
License:
fewshot-goes-multilingual-admin commited on
Commit
6ced1d8
·
1 Parent(s): c8f4d01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
- license: cc-by-nc-sa-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - found
4
+ language:
5
+ - cs
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - cc-by-nc-sa-3.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: Czech Facebook comments
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ tags: []
18
+ task_categories:
19
+ - text-classification
20
+ task_ids:
21
+ - sentiment-classification
22
  ---
23
+
24
+
25
+ # Dataset Card for Czech Facebook comments
26
+
27
+
28
+ ## Dataset Description
29
+
30
+ The dataset contains user comments from Facebook. Each comment contains text, sentiment (positive/negative/neutral).
31
+ The dataset has in total (train+validation+test) 6,600 reviews. The data is balanced.
32
+
33
+
34
+ ## Dataset Features
35
+
36
+ Each sample contains:
37
+ - `comment_id`: unique string identifier of the comment.
38
+ - `sentiment_str`: string representation of the rating - "pozitivní" / "neutrální" / "negativní"
39
+ - `sentiment_int`: integer representation of the rating (1=positive, 0=neutral, -1=negative)
40
+ - `comment`: the string of the comment
41
+
42
+
43
+ ## Dataset Source
44
+
45
+ The data is a processed adaptation of [Facebook CZ Corpus](https://liks.fav.zcu.cz/sentiment/).
46
+ This adaptation is label-balanced.