lucaordronneau commited on
Commit
1729dd2
1 Parent(s): 5e85f48

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - f1
7
+ model-index:
8
+ - name: finbert-finetuned-FG-SINGLE_SENTENCE-NEWS
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
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: 4.0147
20
+ - Accuracy: 0.5361
21
+ - F1: 0.5346
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: 32
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 20
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
52
+ | No log | 1.0 | 198 | 1.0442 | 0.4616 | 0.4093 |
53
+ | No log | 2.0 | 396 | 1.0938 | 0.4875 | 0.4455 |
54
+ | 0.9778 | 3.0 | 594 | 1.1884 | 0.5247 | 0.5161 |
55
+ | 0.9778 | 4.0 | 792 | 1.3903 | 0.5338 | 0.5290 |
56
+ | 0.9778 | 5.0 | 990 | 1.5180 | 0.5452 | 0.5430 |
57
+ | 0.3904 | 6.0 | 1188 | 1.8556 | 0.5270 | 0.5273 |
58
+ | 0.3904 | 7.0 | 1386 | 2.1461 | 0.5376 | 0.5386 |
59
+ | 0.142 | 8.0 | 1584 | 2.4582 | 0.5529 | 0.5489 |
60
+ | 0.142 | 9.0 | 1782 | 2.6054 | 0.5255 | 0.5247 |
61
+ | 0.142 | 10.0 | 1980 | 2.7953 | 0.5544 | 0.5483 |
62
+ | 0.0797 | 11.0 | 2178 | 3.0892 | 0.5308 | 0.5315 |
63
+ | 0.0797 | 12.0 | 2376 | 3.3025 | 0.5384 | 0.5315 |
64
+ | 0.0415 | 13.0 | 2574 | 3.3124 | 0.5308 | 0.5249 |
65
+ | 0.0415 | 14.0 | 2772 | 3.6247 | 0.5331 | 0.5322 |
66
+ | 0.0415 | 15.0 | 2970 | 3.6592 | 0.5224 | 0.5252 |
67
+ | 0.024 | 16.0 | 3168 | 3.8275 | 0.5308 | 0.5290 |
68
+ | 0.024 | 17.0 | 3366 | 3.8818 | 0.5308 | 0.5295 |
69
+ | 0.009 | 18.0 | 3564 | 3.9417 | 0.5407 | 0.5375 |
70
+ | 0.009 | 19.0 | 3762 | 4.0033 | 0.5361 | 0.5339 |
71
+ | 0.009 | 20.0 | 3960 | 4.0147 | 0.5361 | 0.5346 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.16.2
77
+ - Pytorch 1.9.1
78
+ - Datasets 1.18.4
79
+ - Tokenizers 0.11.6