martinwunderlich commited on
Commit
c03c3b2
1 Parent(s): b09864e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: bert-base-uncased-issues-128
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # bert-base-uncased-issues-128
15
+
16
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.1598
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 32
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 16
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 0.2394 | 1.0 | 291 | 0.2312 |
50
+ | 0.1858 | 2.0 | 582 | 0.1863 |
51
+ | 0.1687 | 3.0 | 873 | 0.1948 |
52
+ | 0.1602 | 4.0 | 1164 | 0.1948 |
53
+ | 0.1537 | 5.0 | 1455 | 0.1678 |
54
+ | 0.1467 | 6.0 | 1746 | 0.1805 |
55
+ | 0.1406 | 7.0 | 2037 | 0.1641 |
56
+ | 0.1382 | 8.0 | 2328 | 0.1770 |
57
+ | 0.1354 | 9.0 | 2619 | 0.1724 |
58
+ | 0.1312 | 10.0 | 2910 | 0.1679 |
59
+ | 0.1284 | 11.0 | 3201 | 0.1709 |
60
+ | 0.1262 | 12.0 | 3492 | 0.1549 |
61
+ | 0.1252 | 13.0 | 3783 | 0.1559 |
62
+ | 0.1239 | 14.0 | 4074 | 0.1441 |
63
+ | 0.1217 | 15.0 | 4365 | 0.1673 |
64
+ | 0.1225 | 16.0 | 4656 | 0.1598 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.31.0
70
+ - Pytorch 2.0.1
71
+ - Datasets 2.13.1
72
+ - Tokenizers 0.13.3