Sigma commited on
Commit
a0e616f
1 Parent(s): ebc3702

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - financial_phrasebank
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: financial-sentiment-analysis
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: financial_phrasebank
17
+ type: financial_phrasebank
18
+ args: sentences_allagree
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
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # financial-sentiment-analysis
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
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
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
+
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.19.1
71
+ - Pytorch 1.11.0+cu113
72
+ - Datasets 2.2.1
73
+ - Tokenizers 0.12.1