RuihaoQiu commited on
Commit
f95d668
·
verified ·
1 Parent(s): 44ddee6

v0.3 - add data to train.csv

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. train.csv +21 -0
README.md CHANGED
@@ -10,8 +10,8 @@ dataset_info:
10
  - name: label, text
11
  splits:
12
  - name: train
13
- num_bytes: 270
14
- num_examples: 10
15
  - name: validation
16
  num_bytes: 75
17
  num_examples: 3
@@ -20,7 +20,7 @@ dataset_info:
20
  num_examples: 3
21
  ---
22
 
23
- # Dataset Card for sentiment-test-dataset
24
 
25
  ## Dataset Details
26
 
@@ -31,7 +31,7 @@ A collection of labeled examples for training and evaluating machine learning mo
31
  - **Curated by:** Ruihao
32
  - **Language(s):** en
33
  - **License:** cc-by-4.0
34
- - **Size of the dataset:** 10 train, 3 validation, 3 test
35
 
36
  ## Dataset Structure
37
 
@@ -47,7 +47,7 @@ The dataset contains the following fields: label, text.
47
 
48
  | Split | Size |
49
  |-------|------|
50
- | train | 10 |
51
  | validation | 3 |
52
  | test | 3 |
53
 
 
10
  - name: label, text
11
  splits:
12
  - name: train
13
+ num_bytes: 837
14
+ num_examples: 31
15
  - name: validation
16
  num_bytes: 75
17
  num_examples: 3
 
20
  num_examples: 3
21
  ---
22
 
23
+ # Dataset Card for test-dataset
24
 
25
  ## Dataset Details
26
 
 
31
  - **Curated by:** Ruihao
32
  - **Language(s):** en
33
  - **License:** cc-by-4.0
34
+ - **Size of the dataset:** 31 train, 3 validation, 3 test
35
 
36
  ## Dataset Structure
37
 
 
47
 
48
  | Split | Size |
49
  |-------|------|
50
+ | train | 31 |
51
  | validation | 3 |
52
  | test | 3 |
53
 
train.csv CHANGED
@@ -9,3 +9,24 @@ text,label
9
  "Okay movie",neutral
10
  "It was alright",neutral
11
  "Spectacular cinematography",positive
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "Okay movie",neutral
10
  "It was alright",neutral
11
  "Spectacular cinematography",positive
12
+ "Outstanding directing and storytelling",positive
13
+ "Brilliant actors and great dialogue",positive
14
+ "One of the best movies I've seen",positive
15
+ "Absolutely recommend this film",positive
16
+ "Such a waste of time",negative
17
+ "Boring and predictable",negative
18
+ "Terrible script and poor execution",negative
19
+ "Not worth watching",negative
20
+ "Could have been better",neutral
21
+ "Nothing special about it",neutral
22
+ "It has its moments",neutral
23
+ "Decent but forgettable",neutral
24
+ "Impressive visual effects",positive
25
+ "Great soundtrack and pacing",positive
26
+ "Emotionally powerful performance",positive
27
+ "Completely disappointed",negative
28
+ "Awful from start to finish",negative
29
+ "Painful to watch",negative
30
+ "Average film overall",neutral
31
+ "Some good parts, some bad",neutral
32
+ "Not bad, not great",neutral