tmt3103 commited on
Commit
bc8d93d
·
verified ·
1 Parent(s): 9884bb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: apache-2.0
3
  tags:
4
  - text-classification
5
- - sentiment-analysis
6
  - vietnamese
7
  - vsfc
8
  - phobert
@@ -11,31 +11,31 @@ language:
11
  datasets:
12
  - uit-vsfc
13
  model-index:
14
- - name: VSFC Sentiment Classifier (PhoBERT)
15
  results:
16
  - task:
17
  type: text-classification
18
- name: Sentiment Analysis
19
  dataset:
20
  name: UIT-VSFC
21
  type: uit-vsfc
22
  metrics:
23
  - type: accuracy
24
- value: 85.3
25
  - type: f1
26
- value: 84.7
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 sentiment 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 sentiment classification
38
- - **Target labels**: Positive, Negative, Neutral
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