ZycckZ commited on
Commit
f671add
·
verified ·
1 Parent(s): 38c1db6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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) from datasets [thinhntr/absa](https://github.com/thinhntr/absa) and [LuongPhan/UIT-ViSFD](https://github.com/LuongPhan/UIT-ViSFD#) 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 a Vietnamese ABSA dataset (e.g., VLSP 2018 or similar e-commerce review datasets). The data was preprocessed to handle multiple aspects per sentence.
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: