SoyGema commited on
Commit
f64f92e
1 Parent(s): d18152b

End of training

Browse files
README.md CHANGED
@@ -1,13 +1,31 @@
1
  ---
 
 
 
2
  license: apache-2.0
3
  base_model: t5-small
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
  - opus100
 
 
8
  model-index:
9
  - name: english-guyarati
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,7 +33,11 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # english-guyarati
17
 
18
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus100 dataset.
 
 
 
 
19
 
20
  ## Model description
21
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - gu
5
  license: apache-2.0
6
  base_model: t5-small
7
  tags:
8
  - generated_from_trainer
9
  datasets:
10
  - opus100
11
+ metrics:
12
+ - bleu
13
  model-index:
14
  - name: english-guyarati
15
+ results:
16
+ - task:
17
+ name: Translation
18
+ type: translation
19
+ dataset:
20
+ name: opus100 en-gu
21
+ type: opus100
22
+ config: en-gu
23
+ split: validation
24
+ args: en-gu
25
+ metrics:
26
+ - name: Bleu
27
+ type: bleu
28
+ value: 48.3798
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # english-guyarati
35
 
36
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus100 en-gu dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.3595
39
+ - Bleu: 48.3798
40
+ - Gen Len: 14.5
41
 
42
  ## Model description
43
 
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_bleu": 48.3798,
4
+ "eval_gen_len": 14.5,
5
+ "eval_loss": 0.35952749848365784,
6
+ "eval_runtime": 104.5017,
7
+ "eval_samples": 32,
8
+ "eval_samples_per_second": 0.306,
9
+ "eval_steps_per_second": 0.077,
10
+ "train_loss": 0.3977263656076511,
11
+ "train_runtime": 1126.9469,
12
+ "train_samples": 4974,
13
+ "train_samples_per_second": 13.241,
14
+ "train_steps_per_second": 3.312
15
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_bleu": 48.3798,
4
+ "eval_gen_len": 14.5,
5
+ "eval_loss": 0.35952749848365784,
6
+ "eval_runtime": 104.5017,
7
+ "eval_samples": 32,
8
+ "eval_samples_per_second": 0.306,
9
+ "eval_steps_per_second": 0.077
10
+ }
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,
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.3977263656076511,
4
+ "train_runtime": 1126.9469,
5
+ "train_samples": 4974,
6
+ "train_samples_per_second": 13.241,
7
+ "train_steps_per_second": 3.312
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3732,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.4,
13
+ "learning_rate": 4.330117899249732e-05,
14
+ "loss": 0.6382,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.8,
19
+ "learning_rate": 3.660235798499465e-05,
20
+ "loss": 0.4071,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.21,
25
+ "learning_rate": 2.9903536977491963e-05,
26
+ "loss": 0.4028,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 1.61,
31
+ "learning_rate": 2.3204715969989283e-05,
32
+ "loss": 0.3586,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 2.01,
37
+ "learning_rate": 1.6505894962486605e-05,
38
+ "loss": 0.346,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 2.41,
43
+ "learning_rate": 9.807073954983924e-06,
44
+ "loss": 0.3211,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 2.81,
49
+ "learning_rate": 3.1082529474812435e-06,
50
+ "loss": 0.3348,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 3.0,
55
+ "step": 3732,
56
+ "total_flos": 88369737498624.0,
57
+ "train_loss": 0.3977263656076511,
58
+ "train_runtime": 1126.9469,
59
+ "train_samples_per_second": 13.241,
60
+ "train_steps_per_second": 3.312
61
+ }
62
+ ],
63
+ "logging_steps": 500,
64
+ "max_steps": 3732,
65
+ "num_train_epochs": 3,
66
+ "save_steps": 500,
67
+ "total_flos": 88369737498624.0,
68
+ "trial_name": null,
69
+ "trial_params": null
70
+ }