Update README.md
Browse files
README.md
CHANGED
|
@@ -7,14 +7,14 @@ base_model:
|
|
| 7 |
# XLM-Align Base for Aspect-Based Sentiment Analysis (Vietnamese)
|
| 8 |
|
| 9 |
## 1. Model Description
|
| 10 |
-
This model is a fine-tuned version of [microsoft/xlm-align-base](https://huggingface.co/microsoft/xlm-align-base)
|
| 11 |
|
| 12 |
- **Language:** Vietnamese
|
| 13 |
- **Model Type:** Transformer-based Encoder
|
| 14 |
- **Base Model:** microsoft/xlm-align-base
|
| 15 |
|
| 16 |
## 2. Training Data
|
| 17 |
-
The model was trained on
|
| 18 |
|
| 19 |
## 3. Training Procedure
|
| 20 |
### Hyperparameters:
|
|
|
|
| 7 |
# XLM-Align Base for Aspect-Based Sentiment Analysis (Vietnamese)
|
| 8 |
|
| 9 |
## 1. Model Description
|
| 10 |
+
This model is a fine-tuned version of [microsoft/xlm-align-base](https://huggingface.co/microsoft/xlm-align-base) for the task of **Aspect-Based Sentiment Analysis (ABSA)** on Vietnamese text. It is capable of identifying sentiments (Positive, Neutral, Negative) for specific aspects within a given sentence.
|
| 11 |
|
| 12 |
- **Language:** Vietnamese
|
| 13 |
- **Model Type:** Transformer-based Encoder
|
| 14 |
- **Base Model:** microsoft/xlm-align-base
|
| 15 |
|
| 16 |
## 2. Training Data
|
| 17 |
+
The model was trained on Vietnamese ABSA datasets including [thinhntr/absa](https://github.com/thinhntr/absa) and [LuongPhan/UIT-ViSFD](https://github.com/LuongPhan/UIT-ViSFD#).
|
| 18 |
|
| 19 |
## 3. Training Procedure
|
| 20 |
### Hyperparameters:
|