Ashegh-Sad-Warrior
commited on
Commit
•
8faabaf
1
Parent(s):
a6503d4
End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: google-t5/t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: my_awesome_opus_books_model
|
8 |
results: []
|
@@ -17,9 +19,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>]()
|
18 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>]()
|
19 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>]()
|
|
|
20 |
# my_awesome_opus_books_model
|
21 |
|
22 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -47,6 +54,14 @@ The following hyperparameters were used during training:
|
|
47 |
- num_epochs: 2
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.42.3
|
|
|
3 |
base_model: google-t5/t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
model-index:
|
9 |
- name: my_awesome_opus_books_model
|
10 |
results: []
|
|
|
19 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>]()
|
20 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>]()
|
21 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>]()
|
22 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>]()
|
23 |
# my_awesome_opus_books_model
|
24 |
|
25 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
|
26 |
+
It achieves the following results on the evaluation set:
|
27 |
+
- Loss: 2.2630
|
28 |
+
- Bleu: 11.5935
|
29 |
+
- Gen Len: 11.9413
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
54 |
- num_epochs: 2
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
60 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
61 |
+
| 2.578 | 1.0 | 3178 | 2.3047 | 11.3146 | 11.7909 |
|
62 |
+
| 2.484 | 2.0 | 6356 | 2.2630 | 11.5935 | 11.9413 |
|
63 |
+
|
64 |
+
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.42.3
|
generation_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
|
|
1 |
{
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
runs/Aug04_11-09-44_e8185cfad283/events.out.tfevents.1722769809.e8185cfad283.34.12
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:5dea29f4f6f3aa3a2cb274e0510ba4030e9c6ce7890b2d92d2f127bcfe1348f6
|
3 |
+
size 9495
|