synpjh commited on
Commit
291834c
1 Parent(s): 23b48e1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bert-base-uncased-issues-128
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-base-uncased-issues-128
14
+
15
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1675
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: 5e-05
37
+ - train_batch_size: 32
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 16
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.239 | 1.0 | 291 | 0.2306 |
49
+ | 0.1865 | 2.0 | 582 | 0.1971 |
50
+ | 0.169 | 3.0 | 873 | 0.1918 |
51
+ | 0.1603 | 4.0 | 1164 | 0.1875 |
52
+ | 0.1536 | 5.0 | 1455 | 0.1567 |
53
+ | 0.1461 | 6.0 | 1746 | 0.1755 |
54
+ | 0.1411 | 7.0 | 2037 | 0.1719 |
55
+ | 0.1374 | 8.0 | 2328 | 0.1658 |
56
+ | 0.1341 | 9.0 | 2619 | 0.1594 |
57
+ | 0.1302 | 10.0 | 2910 | 0.1666 |
58
+ | 0.1284 | 11.0 | 3201 | 0.1634 |
59
+ | 0.1264 | 12.0 | 3492 | 0.1588 |
60
+ | 0.1238 | 13.0 | 3783 | 0.1690 |
61
+ | 0.1237 | 14.0 | 4074 | 0.1558 |
62
+ | 0.1218 | 15.0 | 4365 | 0.1523 |
63
+ | 0.1213 | 16.0 | 4656 | 0.1675 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.30.2
69
+ - Pytorch 2.0.1
70
+ - Datasets 2.13.0
71
+ - Tokenizers 0.13.3