Commit
·
0ce906d
1
Parent(s):
c888675
End of training
Browse files- README.md +79 -0
- generation_config.json +5 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: bert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- wikitext
|
8 |
+
model-index:
|
9 |
+
- name: run_2
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# run_2
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the wikitext dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.9502
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0005
|
40 |
+
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 32
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 8
|
44 |
+
- total_train_batch_size: 256
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: cosine
|
47 |
+
- lr_scheduler_warmup_steps: 100
|
48 |
+
- num_epochs: 5
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
+
| 8.4559 | 0.27 | 50 | 7.1236 |
|
55 |
+
| 6.8523 | 0.55 | 100 | 6.6676 |
|
56 |
+
| 6.6103 | 0.82 | 150 | 6.5582 |
|
57 |
+
| 6.2417 | 1.1 | 200 | 5.6994 |
|
58 |
+
| 4.9738 | 1.37 | 250 | 4.3440 |
|
59 |
+
| 4.1043 | 1.65 | 300 | 3.7804 |
|
60 |
+
| 3.4265 | 1.92 | 350 | 3.0136 |
|
61 |
+
| 2.7667 | 2.2 | 400 | 2.5318 |
|
62 |
+
| 2.3538 | 2.47 | 450 | 2.0903 |
|
63 |
+
| 1.9591 | 2.75 | 500 | 1.7367 |
|
64 |
+
| 1.6652 | 3.02 | 550 | 1.5016 |
|
65 |
+
| 1.4318 | 3.29 | 600 | 1.3162 |
|
66 |
+
| 1.275 | 3.57 | 650 | 1.1657 |
|
67 |
+
| 1.1553 | 3.84 | 700 | 1.0655 |
|
68 |
+
| 1.0629 | 4.12 | 750 | 1.0029 |
|
69 |
+
| 1.0029 | 4.39 | 800 | 0.9683 |
|
70 |
+
| 0.9881 | 4.67 | 850 | 0.9536 |
|
71 |
+
| 0.9779 | 4.94 | 900 | 0.9502 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.33.1
|
77 |
+
- Pytorch 1.12.1
|
78 |
+
- Datasets 2.14.6
|
79 |
+
- Tokenizers 0.13.3
|
generation_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"pad_token_id": 0,
|
4 |
+
"transformers_version": "4.33.1"
|
5 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438124333
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ec131eb59545aa3f77f868543d98206dbc99338b5c5abb2d457d12bda0aa077
|
3 |
size 438124333
|