jojoUla commited on
Commit
e39addd
1 Parent(s): 4a6e648

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bert-large-cased-finetuned-low20-1-cased-DA-20
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # bert-large-cased-finetuned-low20-1-cased-DA-20
14
+
15
+ This model is a fine-tuned version of [bert-large-cased](https://huggingface.co/bert-large-cased) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.0643
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 64
38
+ - eval_batch_size: 64
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 20.0
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 2.5949 | 1.0 | 1 | 2.1115 |
50
+ | 2.0432 | 2.0 | 2 | 1.1308 |
51
+ | 1.8673 | 3.0 | 3 | 2.9839 |
52
+ | 2.148 | 4.0 | 4 | 3.1041 |
53
+ | 2.3452 | 5.0 | 5 | 0.8330 |
54
+ | 2.7264 | 6.0 | 6 | 0.4304 |
55
+ | 2.2264 | 7.0 | 7 | 0.7261 |
56
+ | 1.7837 | 8.0 | 8 | 2.6532 |
57
+ | 2.1499 | 9.0 | 9 | 1.0848 |
58
+ | 1.8867 | 10.0 | 10 | 1.6630 |
59
+ | 2.1755 | 11.0 | 11 | 0.9400 |
60
+ | 2.3771 | 12.0 | 12 | 2.6569 |
61
+ | 1.9036 | 13.0 | 13 | 2.8530 |
62
+ | 2.6166 | 14.0 | 14 | 0.5954 |
63
+ | 2.568 | 15.0 | 15 | 2.6136 |
64
+ | 2.5912 | 16.0 | 16 | 2.6986 |
65
+ | 1.245 | 17.0 | 17 | 2.1147 |
66
+ | 2.1394 | 18.0 | 18 | 1.0086 |
67
+ | 1.6254 | 19.0 | 19 | 2.1770 |
68
+ | 1.9212 | 20.0 | 20 | 1.0643 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.26.0
74
+ - Pytorch 1.13.1+cu116
75
+ - Datasets 2.9.0
76
+ - Tokenizers 0.13.2