Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,8 @@ It achieves the following results on the evaluation set:
|
|
23 |
|
24 |
## Model description
|
25 |
|
26 |
-
|
|
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
|
@@ -31,7 +32,8 @@ More information needed
|
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
34 |
-
|
|
|
35 |
|
36 |
## Training procedure
|
37 |
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
26 |
+
classify text to ["very negative", "negative", "neutral", "positive", "very positive"] if corresponding to labels [0,1,2,3,4]
|
27 |
+
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
|
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
+
used dataset from stanford sentiment analysis
|
36 |
+
|
37 |
|
38 |
## Training procedure
|
39 |
|