abullard1 commited on
Commit
63f58fb
·
verified ·
1 Parent(s): 48947fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -4,6 +4,15 @@ task_categories:
4
  - text-classification
5
  language:
6
  - en
 
 
 
 
 
 
 
 
 
7
  tags:
8
  - gaming
9
  - annotations
@@ -23,6 +32,25 @@ pretty_name: 1.5K Steam Reviews Binary Labeled for Constructiveness
23
  size_categories:
24
  - 1K<n<10K
25
  thumbnail: https://i.ibb.co/Bnj0gw6/abullard1-steam-review-constructiveness-classifier-logo.png
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ---
28
 
 
4
  - text-classification
5
  language:
6
  - en
7
+ multilinguality:
8
+ - monolingual
9
+ annotations_creators:
10
+ - expert-generated
11
+ language_creators:
12
+ - found
13
+ source_datasets:
14
+ - extended
15
+ dataset_modality: text
16
  tags:
17
  - gaming
18
  - annotations
 
32
  size_categories:
33
  - 1K<n<10K
34
  thumbnail: https://i.ibb.co/Bnj0gw6/abullard1-steam-review-constructiveness-classifier-logo.png
35
+ dataset_size: 332 KB
36
+ dataset_info:
37
+ features:
38
+ - name: id
39
+ dtype: int32
40
+ - name: game
41
+ dtype: string
42
+ - name: review
43
+ dtype: string
44
+ - name: author_playtime_at_review
45
+ dtype: int32
46
+ - name: voted_up
47
+ dtype: bool
48
+ - name: votes_up
49
+ dtype: int32
50
+ - name: votes_funny
51
+ dtype: int32
52
+ - name: constructive
53
+ dtype: int32
54
 
55
  ---
56