nazemi
commited on
Commit
·
c3ee24c
1
Parent(s):
12b6435
End of training
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -35,8 +35,8 @@ 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
|
@@ -46,16 +46,16 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
| 1.
|
54 |
-
|
|
55 |
-
|
|
56 |
-
| 1.
|
57 |
-
| 0.
|
58 |
-
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.9452
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 2e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 14.6117 | 1.0 | 13 | 12.1354 |
|
50 |
+
| 4.7373 | 2.0 | 26 | 5.1054 |
|
51 |
+
| 1.7596 | 3.0 | 39 | 3.2154 |
|
52 |
+
| 1.3121 | 4.0 | 52 | 2.1497 |
|
53 |
+
| 1.1923 | 5.0 | 65 | 1.6547 |
|
54 |
+
| 0.3427 | 6.0 | 78 | 1.2120 |
|
55 |
+
| 0.3447 | 7.0 | 91 | 1.1350 |
|
56 |
+
| 1.8694 | 8.0 | 104 | 0.9754 |
|
57 |
+
| 0.7097 | 9.0 | 117 | 0.9623 |
|
58 |
+
| 1.4038 | 10.0 | 130 | 0.9452 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
runs/Apr12_15-35-11_MacBook-Pro.local/events.out.tfevents.1712907313.MacBook-Pro.local.4407.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e7e83ae40608b43da58766578ce1a6f340e7a429364d640da6387f7d01917a5
|
3 |
+
size 5604
|
runs/Apr12_15-36-28_MacBook-Pro.local/events.out.tfevents.1712907390.MacBook-Pro.local.4444.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dc087102cacc1b026c3f90707a67e69536c5436261ac90048ed641606302f8a
|
3 |
+
size 35545
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ccb753145931f2866595b15a9e1be780b8431d487b1d0a09fba33c6c29d44ed
|
3 |
size 5112
|