redevaaa commited on
Commit
a612576
1 Parent(s): 85f597c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +98 -0
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - fin
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: fin3
14
+ results:
15
+ - task:
16
+ name: Token Classification
17
+ type: token-classification
18
+ dataset:
19
+ name: fin
20
+ type: fin
21
+ config: default
22
+ split: train
23
+ args: default
24
+ metrics:
25
+ - name: Precision
26
+ type: precision
27
+ value: 0.944
28
+ - name: Recall
29
+ type: recall
30
+ value: 0.9402390438247012
31
+ - name: F1
32
+ type: f1
33
+ value: 0.9421157684630739
34
+ - name: Accuracy
35
+ type: accuracy
36
+ value: 0.9921209540034072
37
+ ---
38
+
39
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
40
+ should probably proofread and complete it, then remove this comment. -->
41
+
42
+ # fin3
43
+
44
+ This model is a fine-tuned version of [nlpaueb/sec-bert-base](https://huggingface.co/nlpaueb/sec-bert-base) on the fin dataset.
45
+ It achieves the following results on the evaluation set:
46
+ - Loss: 0.0748
47
+ - Precision: 0.944
48
+ - Recall: 0.9402
49
+ - F1: 0.9421
50
+ - Accuracy: 0.9921
51
+
52
+ ## Model description
53
+
54
+ More information needed
55
+
56
+ ## Intended uses & limitations
57
+
58
+ More information needed
59
+
60
+ ## Training and evaluation data
61
+
62
+ More information needed
63
+
64
+ ## Training procedure
65
+
66
+ ### Training hyperparameters
67
+
68
+ The following hyperparameters were used during training:
69
+ - learning_rate: 2e-05
70
+ - train_batch_size: 8
71
+ - eval_batch_size: 8
72
+ - seed: 42
73
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
+ - lr_scheduler_type: linear
75
+ - num_epochs: 10
76
+
77
+ ### Training results
78
+
79
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 129 | 0.0669 | 0.8821 | 0.9243 | 0.9027 | 0.9883 |
82
+ | No log | 2.0 | 258 | 0.0568 | 0.9289 | 0.9363 | 0.9325 | 0.9913 |
83
+ | No log | 3.0 | 387 | 0.0565 | 0.9141 | 0.9323 | 0.9231 | 0.9904 |
84
+ | 0.0556 | 4.0 | 516 | 0.0617 | 0.9237 | 0.9163 | 0.92 | 0.9904 |
85
+ | 0.0556 | 5.0 | 645 | 0.0658 | 0.9243 | 0.9243 | 0.9243 | 0.9904 |
86
+ | 0.0556 | 6.0 | 774 | 0.0695 | 0.944 | 0.9402 | 0.9421 | 0.9921 |
87
+ | 0.0556 | 7.0 | 903 | 0.0731 | 0.932 | 0.9283 | 0.9301 | 0.9917 |
88
+ | 0.0016 | 8.0 | 1032 | 0.0750 | 0.9283 | 0.9283 | 0.9283 | 0.9917 |
89
+ | 0.0016 | 9.0 | 1161 | 0.0737 | 0.944 | 0.9402 | 0.9421 | 0.9921 |
90
+ | 0.0016 | 10.0 | 1290 | 0.0748 | 0.944 | 0.9402 | 0.9421 | 0.9921 |
91
+
92
+
93
+ ### Framework versions
94
+
95
+ - Transformers 4.25.1
96
+ - Pytorch 1.13.0+cu116
97
+ - Datasets 2.7.1
98
+ - Tokenizers 0.13.2