Davincilee
commited on
Commit
•
0e81b24
1
Parent(s):
00b69ad
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: closure_system_door_inne-bert-base-uncased
|
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 |
+
# closure_system_door_inne-bert-base-uncased
|
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: 2.0296
|
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: 7
|
38 |
+
- eval_batch_size: 7
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 15
|
43 |
+
|
44 |
+
### Training results
|
45 |
+
|
46 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 2.7321 | 1.0 | 2 | 2.5805 |
|
49 |
+
| 2.6045 | 2.0 | 4 | 2.0090 |
|
50 |
+
| 2.4577 | 3.0 | 6 | 2.3344 |
|
51 |
+
| 2.3622 | 4.0 | 8 | 2.4189 |
|
52 |
+
| 2.2629 | 5.0 | 10 | 2.0051 |
|
53 |
+
| 2.3575 | 6.0 | 12 | 1.7793 |
|
54 |
+
| 2.2746 | 7.0 | 14 | 2.2124 |
|
55 |
+
| 2.4304 | 8.0 | 16 | 1.9713 |
|
56 |
+
| 2.2066 | 9.0 | 18 | 2.0853 |
|
57 |
+
| 2.2619 | 10.0 | 20 | 2.0295 |
|
58 |
+
| 2.3832 | 11.0 | 22 | 1.9840 |
|
59 |
+
| 2.2777 | 12.0 | 24 | 2.2731 |
|
60 |
+
| 2.1527 | 13.0 | 26 | 1.7285 |
|
61 |
+
| 2.2348 | 14.0 | 28 | 1.5803 |
|
62 |
+
| 2.1266 | 15.0 | 30 | 2.2303 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.18.0
|
68 |
+
- Pytorch 1.11.0+cu113
|
69 |
+
- Datasets 2.1.0
|
70 |
+
- Tokenizers 0.12.1
|