clampert commited on
Commit
01478d2
1 Parent(s): 8091117

Add widget to model card

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,10 +1,19 @@
1
  ---
2
- pipeline_tag: sentiment-analysis
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