Update README.md
Browse files
README.md
CHANGED
@@ -17,4 +17,33 @@ widget:
|
|
17 |
- query: Example 2
|
18 |
text: '我喜欢你。'
|
19 |
license: apache-2.0
|
20 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
- query: Example 2
|
18 |
text: '我喜欢你。'
|
19 |
license: apache-2.0
|
20 |
+
---
|
21 |
+
|
22 |
+
# bert-multilingual-go-emtions
|
23 |
+
|
24 |
+
This a bert-base-multilingual-cased model finetuned for sentiment analysis in two languages: English, Simplified Chinese.
|
25 |
+
|
26 |
+
This cross-language model is intended for direct use as a sentiment analysis model for text in any of the two languages above, or for further finetuning on related sentiment analysis tasks.
|
27 |
+
|
28 |
+
## Training data
|
29 |
+
|
30 |
+
Here is the number of product reviews we used for finetuning the model:
|
31 |
+
|
32 |
+
| Language | Number of reviews |
|
33 |
+
| -------- | ----------------- |
|
34 |
+
| English | |
|
35 |
+
| Chinese(Machine Translate) | |
|
36 |
+
|
37 |
+
|
38 |
+
## Accuracy
|
39 |
+
|
40 |
+
The finetuned model obtained the following accuracy on - in each of the languages:
|
41 |
+
|
42 |
+
| Language | Accuracy
|
43 |
+
| -------- | ---------------------- |
|
44 |
+
| English | -% |
|
45 |
+
| Chinese | -% |
|
46 |
+
|
47 |
+
|
48 |
+
## Contact
|
49 |
+
|