Sigma commited on
Commit
d78ca17
1 Parent(s): 08bb46c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -19,10 +19,10 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9886363636363636
23
  - name: F1
24
  type: f1
25
- value: 0.9886363636363636
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,9 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [ahmedrachid/FinancialBERT](https://huggingface.co/ahmedrachid/FinancialBERT) on the financial_phrasebank dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.0493
36
- - Accuracy: 0.9886
37
- - F1: 0.9886
38
 
39
  ## Model description
40
 
@@ -54,12 +54,12 @@ More information needed
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 2e-05
57
- - train_batch_size: 16
58
- - eval_batch_size: 16
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
- - num_epochs: 1
63
 
64
  ### Training results
65
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9924242424242424
23
  - name: F1
24
  type: f1
25
+ value: 0.9924242424242424
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
 
33
  This model is a fine-tuned version of [ahmedrachid/FinancialBERT](https://huggingface.co/ahmedrachid/FinancialBERT) on the financial_phrasebank dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.0395
36
+ - Accuracy: 0.9924
37
+ - F1: 0.9924
38
 
39
  ## Model description
40
 
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 2e-05
57
+ - train_batch_size: 32
58
+ - eval_batch_size: 32
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
+ - num_epochs: 5
63
 
64
  ### Training results
65