zanafi commited on
Commit
71acd99
·
1 Parent(s): 73ce3ea

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
- value: 0.5795454545454546
28
  - name: Precision
29
  type: precision
30
- value: 0.5972816727924745
31
  - name: Recall
32
  type: recall
33
- value: 0.5821402372137666
34
  - name: F1
35
  type: f1
36
- value: 0.587634338762031
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,13 +41,13 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  # sentiment_model
43
 
44
- This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the indonlu dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 1.0627
47
- - Accuracy: 0.5795
48
- - Precision: 0.5973
49
- - Recall: 0.5821
50
- - F1: 0.5876
51
 
52
  ## Model description
53
 
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
80
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
81
- | 1.3736 | 1.0 | 221 | 1.2279 | 0.475 | 0.4466 | 0.4635 | 0.4100 |
82
- | 1.0778 | 2.0 | 442 | 1.1328 | 0.5477 | 0.5786 | 0.5496 | 0.5452 |
83
- | 0.8717 | 3.0 | 663 | 1.0627 | 0.5795 | 0.5973 | 0.5821 | 0.5876 |
84
 
85
 
86
  ### Framework versions
 
1
  ---
2
+ license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
+ value: 0.7363636363636363
28
  - name: Precision
29
  type: precision
30
+ value: 0.7397155596092384
31
  - name: Recall
32
  type: recall
33
+ value: 0.7459489407651173
34
  - name: F1
35
  type: f1
36
+ value: 0.741920437379511
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
 
42
  # sentiment_model
43
 
44
+ This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on the indonlu dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.7788
47
+ - Accuracy: 0.7364
48
+ - Precision: 0.7397
49
+ - Recall: 0.7459
50
+ - F1: 0.7419
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
80
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
81
+ | 1.1939 | 1.0 | 221 | 0.8261 | 0.6932 | 0.7203 | 0.7034 | 0.7056 |
82
+ | 0.6866 | 2.0 | 442 | 0.7925 | 0.725 | 0.7378 | 0.7377 | 0.7346 |
83
+ | 0.4791 | 3.0 | 663 | 0.7788 | 0.7364 | 0.7397 | 0.7459 | 0.7419 |
84
 
85
 
86
  ### Framework versions