End of training
Browse files- README.md +84 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: mnaylor/mega-base-wikitext
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: mega-base-wikitext-finetuned-KAGGLE
|
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 |
+
# mega-base-wikitext-finetuned-KAGGLE
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [mnaylor/mega-base-wikitext](https://huggingface.co/mnaylor/mega-base-wikitext) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.9914
|
21 |
+
- Accuracy: 0.8207
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 32
|
42 |
+
- eval_batch_size: 32
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 25
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 11 | 2.1216 | 0.4552 |
|
53 |
+
| No log | 2.0 | 22 | 1.9996 | 0.8207 |
|
54 |
+
| No log | 3.0 | 33 | 1.8810 | 0.8138 |
|
55 |
+
| No log | 4.0 | 44 | 1.7691 | 0.8138 |
|
56 |
+
| No log | 5.0 | 55 | 1.6643 | 0.8138 |
|
57 |
+
| No log | 6.0 | 66 | 1.5688 | 0.8138 |
|
58 |
+
| No log | 7.0 | 77 | 1.4820 | 0.8138 |
|
59 |
+
| No log | 8.0 | 88 | 1.4057 | 0.8138 |
|
60 |
+
| No log | 9.0 | 99 | 1.3398 | 0.8138 |
|
61 |
+
| No log | 10.0 | 110 | 1.2837 | 0.8138 |
|
62 |
+
| No log | 11.0 | 121 | 1.2361 | 0.8138 |
|
63 |
+
| No log | 12.0 | 132 | 1.1960 | 0.8138 |
|
64 |
+
| No log | 13.0 | 143 | 1.1628 | 0.8138 |
|
65 |
+
| No log | 14.0 | 154 | 1.1352 | 0.8138 |
|
66 |
+
| No log | 15.0 | 165 | 1.1129 | 0.8138 |
|
67 |
+
| No log | 16.0 | 176 | 1.0944 | 0.8138 |
|
68 |
+
| No log | 17.0 | 187 | 1.0790 | 0.8138 |
|
69 |
+
| No log | 18.0 | 198 | 1.0664 | 0.8138 |
|
70 |
+
| No log | 19.0 | 209 | 1.0561 | 0.8138 |
|
71 |
+
| No log | 20.0 | 220 | 1.0480 | 0.8138 |
|
72 |
+
| No log | 21.0 | 231 | 1.0416 | 0.8138 |
|
73 |
+
| No log | 22.0 | 242 | 1.0368 | 0.8138 |
|
74 |
+
| No log | 23.0 | 253 | 1.0334 | 0.8138 |
|
75 |
+
| No log | 24.0 | 264 | 1.0314 | 0.8138 |
|
76 |
+
| No log | 25.0 | 275 | 1.0307 | 0.8138 |
|
77 |
+
|
78 |
+
|
79 |
+
### Framework versions
|
80 |
+
|
81 |
+
- Transformers 4.32.0
|
82 |
+
- Pytorch 2.0.1+cu118
|
83 |
+
- Datasets 2.14.4
|
84 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 29404424
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf8f8ccfaf281afd4f7c2449c2bf0778548424f3d2c40bfcb06022f100fff913
|
3 |
size 29404424
|