jojoUla commited on
Commit
c15b2a1
1 Parent(s): 165a91b

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-sigir-LR100-0-cased-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-sigir-LR100-0-cased-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: 2.5289
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: 30
38
+ - eval_batch_size: 30
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
+ | 7.0635 | 1.0 | 1 | 6.6184 |
50
+ | 7.131 | 2.0 | 2 | 7.0072 |
51
+ | 7.0969 | 3.0 | 3 | 5.8833 |
52
+ | 6.087 | 4.0 | 4 | 5.2094 |
53
+ | 5.8314 | 5.0 | 5 | 5.3317 |
54
+ | 5.1807 | 6.0 | 6 | 5.0294 |
55
+ | 5.0853 | 7.0 | 7 | 4.3234 |
56
+ | 4.5785 | 8.0 | 8 | 4.0070 |
57
+ | 4.0047 | 9.0 | 9 | 3.5287 |
58
+ | 3.5236 | 10.0 | 10 | 4.0761 |
59
+ | 4.2192 | 11.0 | 11 | 3.2353 |
60
+ | 3.6715 | 12.0 | 12 | 3.6203 |
61
+ | 3.4242 | 13.0 | 13 | 2.7801 |
62
+ | 3.1152 | 14.0 | 14 | 3.6127 |
63
+ | 2.9266 | 15.0 | 15 | 2.2571 |
64
+ | 3.4507 | 16.0 | 16 | 2.8120 |
65
+ | 3.0439 | 17.0 | 17 | 3.1393 |
66
+ | 2.6443 | 18.0 | 18 | 3.4350 |
67
+ | 2.8907 | 19.0 | 19 | 1.0329 |
68
+ | 2.8591 | 20.0 | 20 | 2.0586 |
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