Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pipeline_tag: text-classification
|
| 3 |
library_name: transformers
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language: vi
|
| 3 |
+
tags:
|
| 4 |
+
- sentiment
|
| 5 |
+
- text-classification
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
library_name: transformers
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# PhoBERT Sentiment Classification
|
| 11 |
+
|
| 12 |
+
This model is fine-tuned from `vinai/phobert-base` for Vietnamese sentiment analysis.
|