update model card README.md
Browse files
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: 1.2314
|
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: 64
|
38 |
+
- eval_batch_size: 16
|
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 |
+
| 2.193 | 1.0 | 146 | 1.7004 |
|
49 |
+
| 1.7081 | 2.0 | 292 | 1.4895 |
|
50 |
+
| 1.5458 | 3.0 | 438 | 1.4427 |
|
51 |
+
| 1.4715 | 4.0 | 584 | 1.4081 |
|
52 |
+
| 1.3944 | 5.0 | 730 | 1.3163 |
|
53 |
+
| 1.3396 | 6.0 | 876 | 1.3200 |
|
54 |
+
| 1.2945 | 7.0 | 1022 | 1.2785 |
|
55 |
+
| 1.2652 | 8.0 | 1168 | 1.2473 |
|
56 |
+
| 1.2332 | 9.0 | 1314 | 1.2321 |
|
57 |
+
| 1.2042 | 10.0 | 1460 | 1.2162 |
|
58 |
+
| 1.204 | 11.0 | 1606 | 1.1781 |
|
59 |
+
| 1.1866 | 12.0 | 1752 | 1.2211 |
|
60 |
+
| 1.1592 | 13.0 | 1898 | 1.2801 |
|
61 |
+
| 1.1503 | 14.0 | 2044 | 1.1768 |
|
62 |
+
| 1.1268 | 15.0 | 2190 | 1.1657 |
|
63 |
+
| 1.1521 | 16.0 | 2336 | 1.2314 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.19.2
|
69 |
+
- Pytorch 1.11.0
|
70 |
+
- Datasets 2.2.3.dev0
|
71 |
+
- Tokenizers 0.12.1
|