Commit ·
0673e0e
1
Parent(s): 4b81a96
Model card metadata
Browse files
README.md
CHANGED
|
@@ -3,4 +3,17 @@ SENTIMENT_LABELS = {
|
|
| 3 |
'POS': 1,
|
| 4 |
'NEU': 2,
|
| 5 |
}
|
| 6 |
-
num_classes = 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
'POS': 1,
|
| 4 |
'NEU': 2,
|
| 5 |
}
|
| 6 |
+
num_classes = 3
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
| 12 |
+
tags:
|
| 13 |
+
- sentiment analysis
|
| 14 |
+
license: commercial use disallowed
|
| 15 |
+
datasets:
|
| 16 |
+
- dariadaria/disneyland_reviews
|
| 17 |
+
metrics:
|
| 18 |
+
- accuracy
|
| 19 |
+
---
|