satanicmangoes
commited on
Commit
•
d94520e
1
Parent(s):
4af6531
Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# results
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -35,21 +35,28 @@ More information needed
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 2e-05
|
38 |
-
- train_batch_size:
|
39 |
-
- eval_batch_size:
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| No log | 1.0 | 1 | 11.
|
51 |
-
| No log | 2.0 | 2 | 11.
|
52 |
-
| No log | 3.0 | 3 | 11.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
base_model: satanicmangoes/results
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# results
|
15 |
|
16 |
+
This model is a fine-tuned version of [satanicmangoes/results](https://huggingface.co/satanicmangoes/results) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 10.7972
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 2e-05
|
38 |
+
- train_batch_size: 256
|
39 |
+
- eval_batch_size: 256
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 10
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 1 | 11.4559 |
|
51 |
+
| No log | 2.0 | 2 | 11.4911 |
|
52 |
+
| No log | 3.0 | 3 | 11.3681 |
|
53 |
+
| No log | 4.0 | 4 | 11.2318 |
|
54 |
+
| No log | 5.0 | 5 | 11.0915 |
|
55 |
+
| No log | 6.0 | 6 | 10.9666 |
|
56 |
+
| No log | 7.0 | 7 | 10.8769 |
|
57 |
+
| No log | 8.0 | 8 | 10.8326 |
|
58 |
+
| No log | 9.0 | 9 | 10.8079 |
|
59 |
+
| 10.9285 | 10.0 | 10 | 10.7972 |
|
60 |
|
61 |
|
62 |
### Framework versions
|