SoyGema commited on
Commit
e440a87
1 Parent(s): 909fedc

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-hindi-bleu
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,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # english-hindi-bleu
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
+ - hi
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-hindi-bleu
15
+ results:
16
+ - task:
17
+ name: Translation
18
+ type: translation
19
+ dataset:
20
+ name: opus100 en-hi
21
+ type: opus100
22
+ config: en-hi
23
+ split: validation
24
+ args: en-hi
25
+ metrics:
26
+ - name: Bleu
27
+ type: bleu
28
+ value: 0.0
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # english-hindi-bleu
35
 
36
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus100 en-hi dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.0655
39
+ - Bleu: 0.0
40
 
41
  ## Model description
42
 
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_bleu": 0.0,
4
+ "eval_loss": 0.06549184769392014,
5
+ "eval_runtime": 91.236,
6
+ "eval_samples": 4,
7
+ "eval_samples_per_second": 0.044,
8
+ "eval_steps_per_second": 0.011,
9
+ "train_loss": 0.30118698178579983,
10
+ "train_runtime": 460.6288,
11
+ "train_samples": 1044,
12
+ "train_samples_per_second": 6.799,
13
+ "train_steps_per_second": 1.7
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_bleu": 0.0,
4
+ "eval_loss": 0.06549184769392014,
5
+ "eval_runtime": 91.236,
6
+ "eval_samples": 4,
7
+ "eval_samples_per_second": 0.044,
8
+ "eval_steps_per_second": 0.011
9
+ }
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.30118698178579983,
4
+ "train_runtime": 460.6288,
5
+ "train_samples": 1044,
6
+ "train_samples_per_second": 6.799,
7
+ "train_steps_per_second": 1.7
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 783,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.92,
13
+ "learning_rate": 1.8071519795657726e-05,
14
+ "loss": 0.3211,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 3.0,
19
+ "step": 783,
20
+ "total_flos": 38260492861440.0,
21
+ "train_loss": 0.30118698178579983,
22
+ "train_runtime": 460.6288,
23
+ "train_samples_per_second": 6.799,
24
+ "train_steps_per_second": 1.7
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 783,
29
+ "num_train_epochs": 3,
30
+ "save_steps": 500,
31
+ "total_flos": 38260492861440.0,
32
+ "trial_name": null,
33
+ "trial_params": null
34
+ }