varun-v-rao
commited on
Commit
•
13eea38
1
Parent(s):
3545fde
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 [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,15 +44,14 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 3
|
47 |
-
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
53 |
-
| 0.
|
54 |
-
| 0.1054 | 2.0 | 17168 | 0.
|
55 |
-
| 0.1006 | 3.0 | 25752 | 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2268
|
21 |
+
- Accuracy: 0.775
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 3
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
+
| 0.1164 | 1.0 | 8584 | 0.0933 | 0.8966 |
|
53 |
+
| 0.1054 | 2.0 | 17168 | 0.0878 | 0.9053 |
|
54 |
+
| 0.1006 | 3.0 | 25752 | 0.0879 | 0.9072 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
runs/Jan21_15-39-47_gl1501.arc-ts.umich.edu/events.out.tfevents.1705876478.gl1501.arc-ts.umich.edu.468276.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57084279c69aad7db45fda0009d38779f97a1236456253bf4a4d14d12fac1b18
|
3 |
+
size 1404
|