Adriana213
commited on
update read me
Browse files
README.md
CHANGED
@@ -22,19 +22,26 @@ sentence: The textual data representing user feedback or opinions (strings).
|
|
22 |
label: Integer value representing the sentiment class:
|
23 |
|
24 |
1: Positive sentiment
|
|
|
25 |
0: Negative sentiment
|
26 |
|
27 |
### Sample Data:
|
28 |
Sentence Label
|
29 |
I love this product! 1
|
|
|
30 |
This is the worst purchase I've ever made. 0
|
|
|
31 |
Absolutely fantastic experience! 1
|
|
|
32 |
Not satisfied with the quality. 0
|
|
|
33 |
I would recommend this to everyone. 1
|
34 |
|
|
|
35 |
### Dataset Statistics
|
36 |
Total Entries: 90
|
37 |
Positive Sentiments (Label = 1): Approximately 50%
|
|
|
38 |
Negative Sentiments (Label = 0): Approximately 50%
|
39 |
|
40 |
## Data Collection
|
|
|
22 |
label: Integer value representing the sentiment class:
|
23 |
|
24 |
1: Positive sentiment
|
25 |
+
|
26 |
0: Negative sentiment
|
27 |
|
28 |
### Sample Data:
|
29 |
Sentence Label
|
30 |
I love this product! 1
|
31 |
+
|
32 |
This is the worst purchase I've ever made. 0
|
33 |
+
|
34 |
Absolutely fantastic experience! 1
|
35 |
+
|
36 |
Not satisfied with the quality. 0
|
37 |
+
|
38 |
I would recommend this to everyone. 1
|
39 |
|
40 |
+
|
41 |
### Dataset Statistics
|
42 |
Total Entries: 90
|
43 |
Positive Sentiments (Label = 1): Approximately 50%
|
44 |
+
|
45 |
Negative Sentiments (Label = 0): Approximately 50%
|
46 |
|
47 |
## Data Collection
|