Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,21 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
-
language:
|
4 |
-
- el
|
5 |
-
- en
|
6 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
|
|
|
|
8 |
# Hellenic Sentiment AI
|
9 |
|
10 |

|
@@ -29,7 +40,7 @@ Version 1.1 is non-gated and free to use, using the HuggingFace APIs. See below
|
|
29 |
- **Framework:** Transformers from HuggingFace
|
30 |
- **Max Sequence Length:** 512
|
31 |
- **Base Architecture:** roBERTa
|
32 |
-
- **Training Data:** The model (version 1.1) was trained on a custom, curated multilingual dataset, comprising human-handpicked reviews from products, places, restaurants, etc., with a specific emphasis on Greek language texts.
|
33 |
|
34 |
|
35 |
## Production readiness
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
language: multilingual
|
|
|
|
|
4 |
pipeline_tag: text-classification
|
5 |
+
widget:
|
6 |
+
- text: "👍🏼 Amazing product, exceeded my expectations!"
|
7 |
+
- text: "Αγαπώ αυτό το προϊόν! 💖"
|
8 |
+
- text: "This is the worst purchase I've ever made. 😡"
|
9 |
+
- text: "Το μισώ αυτό, δεν το συνιστώ καθόλου."
|
10 |
+
- text: "Absolutely in love with this! 💯"
|
11 |
+
- text: "Terrible service, very disappointed. 😞"
|
12 |
+
- text: "Αυτό είναι φανταστικό! #καταπληκτικό"
|
13 |
+
- text: "Never buying from this company again. 😠"
|
14 |
+
- text: "Best thing ever! Totally worth the price. 😊"
|
15 |
+
- text: "Χάλια προϊόν, πεταμένα λεφτά. 😤"
|
16 |
---
|
17 |
+
|
18 |
+
|
19 |
# Hellenic Sentiment AI
|
20 |
|
21 |

|
|
|
40 |
- **Framework:** Transformers from HuggingFace
|
41 |
- **Max Sequence Length:** 512
|
42 |
- **Base Architecture:** roBERTa
|
43 |
+
- **Training Data:** The model (version 1.1) was trained on a custom, curated multilingual dataset, comprising human-handpicked reviews from products, places, restaurants, etc., with a specific emphasis on Greek language texts. Supports emojis.
|
44 |
|
45 |
|
46 |
## Production readiness
|