papsebestyen commited on
Commit
05818d1
1 Parent(s): eeff528

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  metrics:
6
- - accuracy
7
  model-index:
8
  - name: hubert-base-cc-finance-filter
9
  results: []
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [papsebestyen/hubert-base-cc-finetuned-forum](https://huggingface.co/papsebestyen/hubert-base-cc-finetuned-forum) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.5382
20
- - Accuracy: 0.8025
21
 
22
  ## Model description
23
 
@@ -48,13 +48,13 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 0.5975 | 1.0 | 54 | 0.7064 | 0.6125 |
54
- | 0.4338 | 2.0 | 108 | 0.4627 | 0.79 |
55
- | 0.4251 | 3.0 | 162 | 0.4721 | 0.8075 |
56
- | 0.1116 | 4.0 | 216 | 0.5382 | 0.8025 |
57
- | 0.144 | 5.0 | 270 | 0.5382 | 0.8025 |
58
 
59
 
60
  ### Framework versions
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
6
+ - f1
7
  model-index:
8
  - name: hubert-base-cc-finance-filter
9
  results: []
 
16
 
17
  This model is a fine-tuned version of [papsebestyen/hubert-base-cc-finetuned-forum](https://huggingface.co/papsebestyen/hubert-base-cc-finetuned-forum) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5388
20
+ - F1: 0.7671
21
 
22
  ## Model description
23
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.5717 | 1.0 | 54 | 0.6918 | 0.624 |
54
+ | 0.4104 | 2.0 | 108 | 0.4236 | 0.7119 |
55
+ | 0.3124 | 3.0 | 162 | 0.6001 | 0.7451 |
56
+ | 0.1404 | 4.0 | 216 | 0.5388 | 0.7671 |
57
+ | 0.1305 | 5.0 | 270 | 0.5388 | 0.7671 |
58
 
59
 
60
  ### Framework versions