Commit
·
90b29a5
1
Parent(s):
acd9927
Add multilingual to the language tag (#1)
Browse files- Add multilingual to the language tag (8a88ab478137c61f33576af101059cfbba9b0de6)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 5 |
license: apache-2.0
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
widget:
|
| 10 |
-
|
| 11 |
---
|
| 12 |
|
| 13 |
# bert-tiny-bahasa-cased-sentiment
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- ms
|
| 4 |
+
- en
|
| 5 |
+
- multilingual
|
| 6 |
license: apache-2.0
|
| 7 |
tags:
|
| 8 |
+
- text-classification
|
| 9 |
+
- sentiment-analysis
|
| 10 |
widget:
|
| 11 |
+
- text: Saya sangat gembira hari ini!
|
| 12 |
---
|
| 13 |
|
| 14 |
# bert-tiny-bahasa-cased-sentiment
|