elliottfitzgerald
commited on
Commit
•
afe514d
1
Parent(s):
9b6fa5b
End of training
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,17 +43,22 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 | 1 |
|
53 |
-
| No log | 2.0 | 2 |
|
54 |
-
| No log | 3.0 | 3 | 0.
|
55 |
-
| No log | 4.0 | 4 | 0.7744 | 0.
|
56 |
-
| No log | 5.0 | 5 | 0.
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8182
|
21 |
+
- Accuracy: 0.5287
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 10
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 1 | 1.0643 | 0.5197 |
|
53 |
+
| No log | 2.0 | 2 | 1.0065 | 0.5196 |
|
54 |
+
| No log | 3.0 | 3 | 0.8588 | 0.5191 |
|
55 |
+
| No log | 4.0 | 4 | 0.7744 | 0.5215 |
|
56 |
+
| No log | 5.0 | 5 | 0.7629 | 0.5223 |
|
57 |
+
| No log | 6.0 | 6 | 0.7726 | 0.5260 |
|
58 |
+
| No log | 7.0 | 7 | 0.7934 | 0.5278 |
|
59 |
+
| No log | 8.0 | 8 | 0.8182 | 0.5287 |
|
60 |
+
| No log | 9.0 | 9 | 0.8379 | 0.5278 |
|
61 |
+
| No log | 10.0 | 10 | 0.8506 | 0.5257 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
runs/May01_01-14-20_0510fc120d26/events.out.tfevents.1714526060.0510fc120d26.179.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b90baedd9558c8ec72914969f16fe052fa518878cfd515c35180f0f6c94cdb9a
|
3 |
+
size 8319
|
runs/May01_01-14-20_0510fc120d26/events.out.tfevents.1714526209.0510fc120d26.179.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5026c2735a502414b2684d5abe792eefb9991a62122d8a15f4152924427362d2
|
3 |
+
size 405
|