End of training
Browse files- README.md +21 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -3,6 +3,11 @@ license: apache-2.0
|
|
3 |
base_model: mnaylor/mega-base-wikitext
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: mega-base-multiple-choice-v2
|
8 |
results: []
|
@@ -13,7 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# mega-base-multiple-choice-v2
|
15 |
|
16 |
-
This model is a fine-tuned version of [mnaylor/mega-base-wikitext](https://huggingface.co/mnaylor/mega-base-wikitext) on
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -41,6 +52,15 @@ The following hyperparameters were used during training:
|
|
41 |
- lr_scheduler_warmup_steps: 24000
|
42 |
- num_epochs: 3
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.35.2
|
|
|
3 |
base_model: mnaylor/mega-base-wikitext
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
model-index:
|
12 |
- name: mega-base-multiple-choice-v2
|
13 |
results: []
|
|
|
18 |
|
19 |
# mega-base-multiple-choice-v2
|
20 |
|
21 |
+
This model is a fine-tuned version of [mnaylor/mega-base-wikitext](https://huggingface.co/mnaylor/mega-base-wikitext) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.6932
|
24 |
+
- Accuracy: 0.4909
|
25 |
+
- Precision: 0.4911
|
26 |
+
- Recall: 0.4997
|
27 |
+
- F1: 0.4953
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
52 |
- lr_scheduler_warmup_steps: 24000
|
53 |
- num_epochs: 3
|
54 |
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| No log | 1.0 | 34 | 0.6932 | 0.4975 | 0.4976 | 0.5040 | 0.5007 |
|
60 |
+
| No log | 2.0 | 68 | 0.6932 | 0.4922 | 0.4924 | 0.5013 | 0.4968 |
|
61 |
+
| No log | 3.0 | 102 | 0.6932 | 0.4909 | 0.4911 | 0.4997 | 0.4953 |
|
62 |
+
|
63 |
+
|
64 |
### Framework versions
|
65 |
|
66 |
- Transformers 4.35.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 29381028
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ff2c6bf46aa01f60468c3b83283341f062b3271a6ef16b84a6dce902fe9c6bf
|
3 |
size 29381028
|