End of training
Browse files
README.md
CHANGED
@@ -1,3 +1,77 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: MohamedAshraf701/custom-T5
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: Testing-t5
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# Testing-t5
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [MohamedAshraf701/custom-T5](https://huggingface.co/MohamedAshraf701/custom-T5) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3965
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 1e-05
|
39 |
+
- train_batch_size: 32
|
40 |
+
- eval_batch_size: 32
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 20
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 282 | 0.5618 |
|
51 |
+
| 0.5827 | 2.0 | 564 | 0.5009 |
|
52 |
+
| 0.5827 | 3.0 | 846 | 0.4711 |
|
53 |
+
| 0.4765 | 4.0 | 1128 | 0.4537 |
|
54 |
+
| 0.4765 | 5.0 | 1410 | 0.4418 |
|
55 |
+
| 0.4466 | 6.0 | 1692 | 0.4337 |
|
56 |
+
| 0.4466 | 7.0 | 1974 | 0.4263 |
|
57 |
+
| 0.4229 | 8.0 | 2256 | 0.4197 |
|
58 |
+
| 0.4152 | 9.0 | 2538 | 0.4153 |
|
59 |
+
| 0.4152 | 10.0 | 2820 | 0.4105 |
|
60 |
+
| 0.3981 | 11.0 | 3102 | 0.4083 |
|
61 |
+
| 0.3981 | 12.0 | 3384 | 0.4053 |
|
62 |
+
| 0.3974 | 13.0 | 3666 | 0.4032 |
|
63 |
+
| 0.3974 | 14.0 | 3948 | 0.4008 |
|
64 |
+
| 0.3933 | 15.0 | 4230 | 0.3995 |
|
65 |
+
| 0.3885 | 16.0 | 4512 | 0.3988 |
|
66 |
+
| 0.3885 | 17.0 | 4794 | 0.3978 |
|
67 |
+
| 0.3814 | 18.0 | 5076 | 0.3972 |
|
68 |
+
| 0.3814 | 19.0 | 5358 | 0.3966 |
|
69 |
+
| 0.3855 | 20.0 | 5640 | 0.3965 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.44.2
|
75 |
+
- Pytorch 2.4.1+cu121
|
76 |
+
- Datasets 3.0.1
|
77 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.44.2"
|
7 |
+
}
|
runs/Oct16_10-12-16_8fdce774a46f/events.out.tfevents.1729073547.8fdce774a46f.692.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:e7320921b0231c54a5f326a6058fa0cbdfd15edd6a3b6594896b090150effb83
|
3 |
+
size 14042
|