Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- text-classification
|
| 5 |
-
-
|
| 6 |
- vietnamese
|
| 7 |
- vsfc
|
| 8 |
- phobert
|
|
@@ -11,31 +11,31 @@ language:
|
|
| 11 |
datasets:
|
| 12 |
- uit-vsfc
|
| 13 |
model-index:
|
| 14 |
-
- name: VSFC
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
type: text-classification
|
| 18 |
-
name:
|
| 19 |
dataset:
|
| 20 |
name: UIT-VSFC
|
| 21 |
type: uit-vsfc
|
| 22 |
metrics:
|
| 23 |
- type: accuracy
|
| 24 |
-
value:
|
| 25 |
- type: f1
|
| 26 |
-
value:
|
| 27 |
---
|
| 28 |
|
| 29 |
# VSFC Sentiment Classifier using PhoBERT
|
| 30 |
|
| 31 |
-
This model is fine-tuned from [`vinai/phobert-base`](https://huggingface.co/vinai/phobert-base) on the UIT-VSFC dataset for Vietnamese
|
| 32 |
|
| 33 |
## 🧠 Model Details
|
| 34 |
|
| 35 |
- **Model type**: Transformer (BERT-based)
|
| 36 |
- **Base model**: [`vinai/phobert-base`](https://huggingface.co/vinai/phobert-base)
|
| 37 |
-
- **Fine-tuned task**: Sentence-level
|
| 38 |
-
- **Target labels**:
|
| 39 |
- **Tokenizer**: SentencePiece BPE
|
| 40 |
|
| 41 |
## 📚 Training Data
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- text-classification
|
| 5 |
+
- topic-analysis
|
| 6 |
- vietnamese
|
| 7 |
- vsfc
|
| 8 |
- phobert
|
|
|
|
| 11 |
datasets:
|
| 12 |
- uit-vsfc
|
| 13 |
model-index:
|
| 14 |
+
- name: VSFC Topic Classifier (PhoBERT)
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
type: text-classification
|
| 18 |
+
name: Topic Classification
|
| 19 |
dataset:
|
| 20 |
name: UIT-VSFC
|
| 21 |
type: uit-vsfc
|
| 22 |
metrics:
|
| 23 |
- type: accuracy
|
| 24 |
+
value: 89.1346
|
| 25 |
- type: f1
|
| 26 |
+
value: 89.0436
|
| 27 |
---
|
| 28 |
|
| 29 |
# VSFC Sentiment Classifier using PhoBERT
|
| 30 |
|
| 31 |
+
This model is fine-tuned from [`vinai/phobert-base`](https://huggingface.co/vinai/phobert-base) on the UIT-VSFC dataset for Vietnamese Students Feedback Corpus topic analysis.
|
| 32 |
|
| 33 |
## 🧠 Model Details
|
| 34 |
|
| 35 |
- **Model type**: Transformer (BERT-based)
|
| 36 |
- **Base model**: [`vinai/phobert-base`](https://huggingface.co/vinai/phobert-base)
|
| 37 |
+
- **Fine-tuned task**: Sentence-level topc classification
|
| 38 |
+
- **Target labels**: Lecturer, Training program, Facility, Others
|
| 39 |
- **Tokenizer**: SentencePiece BPE
|
| 40 |
|
| 41 |
## 📚 Training Data
|