UchihaMadara commited on
Commit
fccbdcc
1 Parent(s): 7a99390

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
  # ABSA-MaskedLM-Vietnamese
15
 
16
  This model is a fine-tuned version of [vinai/phobert-base](https://huggingface.co/vinai/phobert-base) on the vietnamese_students_feedback dataset.
 
 
17
 
18
  ## Model description
19
 
@@ -41,6 +43,15 @@ The following hyperparameters were used during training:
41
  - num_epochs: 3.0
42
  - mixed_precision_training: Native AMP
43
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.25.1
 
14
  # ABSA-MaskedLM-Vietnamese
15
 
16
  This model is a fine-tuned version of [vinai/phobert-base](https://huggingface.co/vinai/phobert-base) on the vietnamese_students_feedback dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0351
19
 
20
  ## Model description
21
 
 
43
  - num_epochs: 3.0
44
  - mixed_precision_training: Native AMP
45
 
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.077 | 1.0 | 220 | 0.0398 |
51
+ | 0.0415 | 2.0 | 440 | 0.0370 |
52
+ | 0.0381 | 3.0 | 660 | 0.0351 |
53
+
54
+
55
  ### Framework versions
56
 
57
  - Transformers 4.25.1