lucaordronneau commited on
Commit
8739777
1 Parent(s): 89bc16a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - f1
7
+ model-index:
8
+ - name: finbert-finetuned-FG-SINGLE_SENTENCE-NEWS-WEIGHTED
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # finbert-finetuned-FG-SINGLE_SENTENCE-NEWS-WEIGHTED
16
+
17
+ This model is a fine-tuned version of [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.2741
20
+ - Accuracy: 0.7475
21
+ - F1: 0.7253
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 6e-05
41
+ - train_batch_size: 48
42
+ - eval_batch_size: 48
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 16
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
52
+ | No log | 1.0 | 249 | 0.9150 | 0.7346 | 0.6484 |
53
+ | No log | 2.0 | 498 | 0.8837 | 0.6210 | 0.6317 |
54
+ | 1.033 | 3.0 | 747 | 0.8460 | 0.6485 | 0.6666 |
55
+ | 1.033 | 4.0 | 996 | 1.0089 | 0.6831 | 0.6909 |
56
+ | 0.5642 | 5.0 | 1245 | 1.2507 | 0.7352 | 0.7152 |
57
+ | 0.5642 | 6.0 | 1494 | 1.3241 | 0.7129 | 0.7042 |
58
+ | 0.2078 | 7.0 | 1743 | 1.5163 | 0.7528 | 0.7230 |
59
+ | 0.2078 | 8.0 | 1992 | 1.5818 | 0.7352 | 0.7236 |
60
+ | 0.1108 | 9.0 | 2241 | 1.7930 | 0.7012 | 0.7046 |
61
+ | 0.1108 | 10.0 | 2490 | 1.8262 | 0.7305 | 0.7211 |
62
+ | 0.07 | 11.0 | 2739 | 2.0415 | 0.7440 | 0.7192 |
63
+ | 0.07 | 12.0 | 2988 | 2.1260 | 0.7563 | 0.7230 |
64
+ | 0.0392 | 13.0 | 3237 | 2.1502 | 0.7528 | 0.7323 |
65
+ | 0.0392 | 14.0 | 3486 | 2.2117 | 0.7516 | 0.7270 |
66
+ | 0.0174 | 15.0 | 3735 | 2.2657 | 0.7405 | 0.7236 |
67
+ | 0.0174 | 16.0 | 3984 | 2.2741 | 0.7475 | 0.7253 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.16.2
73
+ - Pytorch 1.9.1
74
+ - Datasets 1.18.4
75
+ - Tokenizers 0.11.6