Xenopilus commited on
Commit
d46883a
1 Parent(s): 0d16299

End of training

Browse files
Files changed (1) hide show
  1. README.md +21 -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-fp16-v1
8
  results: []
@@ -13,7 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # mega-base-multiple-choice-fp16-v1
15
 
16
- This model is a fine-tuned version of [mnaylor/mega-base-wikitext](https://huggingface.co/mnaylor/mega-base-wikitext) on an unknown dataset.
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -41,6 +52,15 @@ The following hyperparameters were used during training:
41
  - num_epochs: 3
42
  - mixed_precision_training: Native AMP
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-fp16-v1
13
  results: []
 
18
 
19
  # mega-base-multiple-choice-fp16-v1
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.5012
25
+ - Precision: 0.5017
26
+ - Recall: 0.3409
27
+ - F1: 0.4060
28
 
29
  ## Model description
30
 
 
52
  - num_epochs: 3
53
  - mixed_precision_training: Native AMP
54
 
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
59
+ | No log | 1.0 | 269 | 0.6933 | 0.4944 | 0.4649 | 0.0743 | 0.1281 |
60
+ | 0.6938 | 2.0 | 538 | 0.6932 | 0.4931 | 0.4910 | 0.3799 | 0.4284 |
61
+ | 0.6938 | 3.0 | 807 | 0.6932 | 0.5012 | 0.5017 | 0.3409 | 0.4060 |
62
+
63
+
64
  ### Framework versions
65
 
66
  - Transformers 4.35.2