Add widget to model card
Browse files
README.md
CHANGED
@@ -1,10 +1,19 @@
|
|
1 |
---
|
2 |
-
pipeline_tag:
|
3 |
language: multilingual
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- "sentiment-analysis"
|
7 |
- "multilingual"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Multi-lingual sentiment prediction trained from COVID19-related tweets
|
|
|
1 |
---
|
2 |
+
pipeline_tag: text-classification
|
3 |
language: multilingual
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- "sentiment-analysis"
|
7 |
- "multilingual"
|
8 |
+
widget:
|
9 |
+
- text: "I am very happy."
|
10 |
+
example_title: "English"
|
11 |
+
- text: "Heute bin ich schlecht drauf."
|
12 |
+
example_title: "Deutsch"
|
13 |
+
- text: "Quel cauchemard!"
|
14 |
+
example_title: "Francais"
|
15 |
+
- text: "ฉันรักฤดูใบไม้ผลิ"
|
16 |
+
example_title: "ภาษาไทย"
|
17 |
---
|
18 |
|
19 |
# Multi-lingual sentiment prediction trained from COVID19-related tweets
|