Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,29 @@
|
|
1 |
-
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
-
---
|
5 |
-
```
|
6 |
base_model: distilbert/distilbert-base-multilingual-cased
|
7 |
-
language:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
license: apache-2.0
|
9 |
pipeline_tag: text-classification
|
10 |
tags:
|
@@ -18,20 +37,29 @@ tags:
|
|
18 |
- product-reviews
|
19 |
- brand-monitoring
|
20 |
widget:
|
21 |
-
- text:
|
22 |
-
|
23 |
-
|
24 |
-
example_title: Very
|
25 |
-
- text:
|
26 |
-
example_title:
|
27 |
-
- text:
|
28 |
-
example_title:
|
29 |
-
- text:
|
30 |
-
example_title: Negative Review
|
|
|
|
|
31 |
inference:
|
32 |
parameters:
|
33 |
temperature: 1
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
# 🚀 distilbert-based Multilingual Sentiment Classification Model
|
37 |
|
|
|
1 |
+
---
|
|
|
|
|
|
|
|
|
2 |
base_model: distilbert/distilbert-base-multilingual-cased
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- zh
|
6 |
+
- es
|
7 |
+
- hi
|
8 |
+
- ar
|
9 |
+
- bn
|
10 |
+
- pt
|
11 |
+
- ru
|
12 |
+
- ja
|
13 |
+
- de
|
14 |
+
- ms
|
15 |
+
- te
|
16 |
+
- vi
|
17 |
+
- ko
|
18 |
+
- fr
|
19 |
+
- tr
|
20 |
+
- it
|
21 |
+
- pl
|
22 |
+
- uk
|
23 |
+
- tl
|
24 |
+
- nl
|
25 |
+
- gsw
|
26 |
+
|
27 |
license: apache-2.0
|
28 |
pipeline_tag: text-classification
|
29 |
tags:
|
|
|
37 |
- product-reviews
|
38 |
- brand-monitoring
|
39 |
widget:
|
40 |
+
- text: >-
|
41 |
+
I absolutely loved this movie! The acting was superb and the plot was
|
42 |
+
engaging.
|
43 |
+
example_title: Very Positive Review
|
44 |
+
- text: The service at this restaurant was terrible. I'll never go back.
|
45 |
+
example_title: Very Negative Review
|
46 |
+
- text: The product works as expected. Nothing special, but it gets the job done.
|
47 |
+
example_title: Neutral Review
|
48 |
+
- text: I'm somewhat disappointed with my purchase. It's not as good as I hoped.
|
49 |
+
example_title: Negative Review
|
50 |
+
- text: This book changed my life! I couldn't put it down and learned so much.
|
51 |
+
example_title: Very Positive Review
|
52 |
inference:
|
53 |
parameters:
|
54 |
temperature: 1
|
55 |
+
---
|
56 |
+
|
57 |
+
"Chinese (中文)", "Spanish (Español)", "Hindi (हिन्दी)", "Arabic (العربية)",
|
58 |
+
"Bengali (বাংলা)", "Portuguese (Português)", "Russian (Русский)", "Japanese (日本語)",
|
59 |
+
"German (Deutsch)", "Malay (Bahasa Melayu)", "Telugu (తెలుగు)",
|
60 |
+
"Vietnamese (Tiếng Việt)", "Korean (한국어)", "French (Français)", "Turkish (Türkçe)",
|
61 |
+
"Italian (Italiano)", "Polish (Polski)", "Ukrainian (Українська)",
|
62 |
+
"Tagalog", "Dutch (Nederlands)", "Swiss German (Schweizerdeutsch)"
|
63 |
|
64 |
# 🚀 distilbert-based Multilingual Sentiment Classification Model
|
65 |
|