ddiddu commited on
Commit
db92f7d
1 Parent(s): 998f074

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md CHANGED
@@ -1,3 +1,68 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: bert_financial_phrasebank
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
+ # bert_financial_phrasebank
16
+
17
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2586
20
+ - Accuracy: 0.9604
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 500
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 114 | 0.5293 | 0.8230 |
53
+ | No log | 2.0 | 228 | 0.0804 | 0.9779 |
54
+ | No log | 3.0 | 342 | 0.0367 | 0.9867 |
55
+ | No log | 4.0 | 456 | 0.1544 | 0.9646 |
56
+ | 0.3241 | 5.0 | 570 | 0.0497 | 0.9912 |
57
+ | 0.3241 | 6.0 | 684 | 0.0520 | 0.9912 |
58
+ | 0.3241 | 7.0 | 798 | 0.0318 | 0.9912 |
59
+ | 0.3241 | 8.0 | 912 | 0.0628 | 0.9912 |
60
+ | 0.0218 | 9.0 | 1026 | 0.0777 | 0.9867 |
61
+ | 0.0218 | 10.0 | 1140 | 0.0866 | 0.9867 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.30.1
67
+ - Pytorch 2.1.0+cu118
68
+ - Tokenizers 0.13.3