YeRyeongLee commited on
Commit
b6d2cd6
1 Parent(s): 3ed1a93

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
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: bert-base-cased-finetuned-filtered-0609
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # bert-base-cased-finetuned-filtered-0609
19
+
20
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.2410
23
+ - Accuracy: 0.9748
24
+ - Precision: 0.9751
25
+ - Recall: 0.9748
26
+ - F1: 0.9749
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 1000
52
+ - num_epochs: 10
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | 0.2028 | 1.0 | 3180 | 0.2405 | 0.9535 | 0.9561 | 0.9535 | 0.9538 |
59
+ | 0.1632 | 2.0 | 6360 | 0.1686 | 0.9660 | 0.9664 | 0.9660 | 0.9661 |
60
+ | 0.1203 | 3.0 | 9540 | 0.1625 | 0.9648 | 0.9655 | 0.9648 | 0.9648 |
61
+ | 0.1233 | 4.0 | 12720 | 0.1510 | 0.9698 | 0.9702 | 0.9698 | 0.9699 |
62
+ | 0.0823 | 5.0 | 15900 | 0.1600 | 0.9730 | 0.9732 | 0.9730 | 0.9730 |
63
+ | 0.0453 | 6.0 | 19080 | 0.1953 | 0.9723 | 0.9724 | 0.9723 | 0.9723 |
64
+ | 0.031 | 7.0 | 22260 | 0.1754 | 0.9755 | 0.9755 | 0.9755 | 0.9755 |
65
+ | 0.0166 | 8.0 | 25440 | 0.2155 | 0.9739 | 0.9740 | 0.9739 | 0.9739 |
66
+ | 0.0036 | 9.0 | 28620 | 0.2519 | 0.9730 | 0.9733 | 0.9730 | 0.9730 |
67
+ | 0.0035 | 10.0 | 31800 | 0.2410 | 0.9748 | 0.9751 | 0.9748 | 0.9749 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.19.2
73
+ - Pytorch 1.9.1+cu111
74
+ - Datasets 1.16.1
75
+ - Tokenizers 0.12.1