Syed Junaid Iqbal
commited on
Commit
•
11a21cd
1
Parent(s):
bd44293
End of training
Browse files- README.md +2 -6
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,8 +16,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# model-pradeep-flan-t5-small
|
17 |
|
18 |
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the squad dataset.
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 4.7690
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -42,15 +40,13 @@ The following hyperparameters were used during training:
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
| No log | 1.0 |
|
52 |
-
| No log | 2.0 | 200 | 4.9195 |
|
53 |
-
| No log | 3.0 | 300 | 4.7690 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
16 |
# model-pradeep-flan-t5-small
|
17 |
|
18 |
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the squad dataset.
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 1
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 250 | 5.1752 |
|
|
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242116870
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0545c950c771ad5b9ae0fa72eae2e8b24eb22d25a813604b28411eeaeb26f55
|
3 |
size 242116870
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54d9e5c1ddc8995ca24590c4bdc6975f92ba49dbe63d266390f22d92fe19c7c8
|
3 |
size 4536
|