End of training
Browse files- README.md +63 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
- runs/Sep17_18-33-42_ip-10-192-12-112/events.out.tfevents.1726598026.ip-10-192-12-112.1319.3 +2 -2
- runs/Sep17_18-45-12_ip-10-192-12-112/events.out.tfevents.1726598717.ip-10-192-12-112.1319.4 +3 -0
- runs/Sep17_18-46-38_ip-10-192-12-112/events.out.tfevents.1726598809.ip-10-192-12-112.1319.5 +3 -0
- runs/Sep17_18-47-48_ip-10-192-12-112/events.out.tfevents.1726598871.ip-10-192-12-112.1319.6 +3 -0
- runs/Sep17_18-49-36_ip-10-192-12-112/events.out.tfevents.1726598980.ip-10-192-12-112.1319.7 +3 -0
- runs/Sep17_18-57-04_ip-10-192-12-112/events.out.tfevents.1726599428.ip-10-192-12-112.1319.8 +3 -0
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google-t5/t5-small
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- bleu
|
9 |
+
model-index:
|
10 |
+
- name: elvish-translator-quenya-t5-small
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# elvish-translator-quenya-t5-small
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 4.4268
|
22 |
+
- Bleu: 0.0
|
23 |
+
- Gen Len: 16.7639
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 2e-05
|
43 |
+
- train_batch_size: 1
|
44 |
+
- eval_batch_size: 1
|
45 |
+
- seed: 42
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 1
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:----:|:-------:|
|
55 |
+
| 4.7866 | 1.0 | 576 | 4.4268 | 0.0 | 16.7639 |
|
56 |
+
|
57 |
+
|
58 |
+
### Framework versions
|
59 |
+
|
60 |
+
- Transformers 4.44.2
|
61 |
+
- Pytorch 2.2.1+cu121
|
62 |
+
- Datasets 3.0.0
|
63 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.44.2"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fa26e8a238bf71b7e6616afaeeaac09bdc2647f8521d45fb1070e1f3cfabe5c
|
3 |
size 242041896
|
runs/Sep17_18-33-42_ip-10-192-12-112/events.out.tfevents.1726598026.ip-10-192-12-112.1319.3
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:b80110e443456d110df9bde117811d1bbedbcf0c774a790816999565cdb8c649
|
3 |
+
size 7022
|
runs/Sep17_18-45-12_ip-10-192-12-112/events.out.tfevents.1726598717.ip-10-192-12-112.1319.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:711f622bd7dac17343765153cad31447431566bdd0048f56d48622b729bbab18
|
3 |
+
size 6298
|
runs/Sep17_18-46-38_ip-10-192-12-112/events.out.tfevents.1726598809.ip-10-192-12-112.1319.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0722ae6466d275cb03bea20ae785b2b65b7fc293450b89ec8cabdbda155920f3
|
3 |
+
size 6298
|
runs/Sep17_18-47-48_ip-10-192-12-112/events.out.tfevents.1726598871.ip-10-192-12-112.1319.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb50c57a3825049848e5dd919c67ac6675e6cb2e6f13c713179ea8e9f164ac4f
|
3 |
+
size 6298
|
runs/Sep17_18-49-36_ip-10-192-12-112/events.out.tfevents.1726598980.ip-10-192-12-112.1319.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac291fadc753b7f99bf9acf01fb91cdadc752f224995fdc11047bf694144b971
|
3 |
+
size 6886
|
runs/Sep17_18-57-04_ip-10-192-12-112/events.out.tfevents.1726599428.ip-10-192-12-112.1319.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f9cb7e283fd459e3e3f1dc485a66bcf297be166c01cb00f93d10ecf5b6be390
|
3 |
+
size 6883
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c878264c39ad34daf60faf954168f50e239eed30765cb20a2e2a0dc4611bacd
|
3 |
size 5368
|