jvalline commited on
Commit
f6e95b3
·
verified ·
1 Parent(s): 26f92d0

Training in progress, step 500

Browse files
Files changed (5) hide show
  1. README.md +40 -12
  2. config.json +6 -6
  3. model.safetensors +2 -2
  4. special_tokens_map.json +21 -3
  5. training_args.bin +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: t5-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -16,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # randomization_model
18
 
19
- This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.1397
22
  - Bleu: 0.0001
23
  - Accuracy: 0.0
24
- - Gen Len: 18.9987
25
 
26
  ## Model description
27
 
@@ -41,25 +41,53 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
- - train_batch_size: 8
45
- - eval_batch_size: 8
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - num_epochs: 2
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Accuracy | Gen Len |
55
- |:-------------:|:-----:|:-----:|:---------------:|:------:|:--------:|:-------:|
56
- | 0.2127 | 1.0 | 6250 | 0.1517 | 0.0001 | 0.0 | 18.9987 |
57
- | 0.1844 | 2.0 | 12500 | 0.1397 | 0.0001 | 0.0 | 18.9987 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
61
 
62
  - Transformers 4.37.1
63
- - Pytorch 2.3.0.dev20240122+cu121
64
  - Datasets 2.16.1
65
  - Tokenizers 0.15.1
 
1
  ---
2
  license: apache-2.0
3
+ base_model: t5-small
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
16
 
17
  # randomization_model
18
 
19
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 2.2626
22
  - Bleu: 0.0001
23
  - Accuracy: 0.0
24
+ - Gen Len: 18.999
25
 
26
  ## Model description
27
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
+ - train_batch_size: 10
45
+ - eval_batch_size: 10
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Accuracy | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:-------:|
56
+ | 3.0103 | 0.1 | 50 | 2.5132 | 0.0 | 0.0 | 18.9985 |
57
+ | 2.999 | 0.2 | 100 | 2.4883 | 0.0 | 0.0 | 19.0 |
58
+ | 2.9457 | 0.3 | 150 | 2.4640 | 0.0 | 0.0 | 19.0 |
59
+ | 2.8865 | 0.4 | 200 | 2.4431 | 0.0 | 0.0 | 19.0 |
60
+ | 2.8935 | 0.5 | 250 | 2.4240 | 0.0 | 0.0 | 19.0 |
61
+ | 2.8983 | 0.6 | 300 | 2.4079 | 0.0 | 0.0 | 19.0 |
62
+ | 2.8579 | 0.7 | 350 | 2.3933 | 0.0 | 0.0 | 19.0 |
63
+ | 2.8501 | 0.8 | 400 | 2.3794 | 0.0 | 0.0 | 19.0 |
64
+ | 2.7892 | 0.9 | 450 | 2.3683 | 0.0 | 0.0 | 19.0 |
65
+ | 2.7962 | 1.0 | 500 | 2.3561 | 0.0 | 0.0 | 19.0 |
66
+ | 2.8408 | 1.1 | 550 | 2.3456 | 0.0 | 0.0 | 19.0 |
67
+ | 2.8049 | 1.2 | 600 | 2.3350 | 0.0001 | 0.0 | 19.0 |
68
+ | 2.8051 | 1.3 | 650 | 2.3278 | 0.0001 | 0.0 | 19.0 |
69
+ | 2.8126 | 1.4 | 700 | 2.3192 | 0.0001 | 0.0 | 19.0 |
70
+ | 2.7689 | 1.5 | 750 | 2.3121 | 0.0001 | 0.0 | 19.0 |
71
+ | 2.7559 | 1.6 | 800 | 2.3051 | 0.0001 | 0.0 | 18.9995 |
72
+ | 2.7672 | 1.7 | 850 | 2.2978 | 0.0001 | 0.0 | 18.9985 |
73
+ | 2.7901 | 1.8 | 900 | 2.2916 | 0.0001 | 0.0 | 18.9995 |
74
+ | 2.7571 | 1.9 | 950 | 2.2868 | 0.0001 | 0.0 | 18.9985 |
75
+ | 2.7796 | 2.0 | 1000 | 2.2834 | 0.0001 | 0.0 | 18.9985 |
76
+ | 2.7393 | 2.1 | 1050 | 2.2798 | 0.0001 | 0.0 | 18.9985 |
77
+ | 2.7309 | 2.2 | 1100 | 2.2757 | 0.0001 | 0.0 | 18.9985 |
78
+ | 2.7703 | 2.3 | 1150 | 2.2729 | 0.0001 | 0.0 | 18.999 |
79
+ | 2.7354 | 2.4 | 1200 | 2.2703 | 0.0001 | 0.0 | 18.999 |
80
+ | 2.7428 | 2.5 | 1250 | 2.2678 | 0.0001 | 0.0 | 18.999 |
81
+ | 2.7571 | 2.6 | 1300 | 2.2661 | 0.0001 | 0.0 | 18.999 |
82
+ | 2.7218 | 2.7 | 1350 | 2.2645 | 0.0001 | 0.0 | 18.999 |
83
+ | 2.7051 | 2.8 | 1400 | 2.2634 | 0.0001 | 0.0 | 18.999 |
84
+ | 2.7466 | 2.9 | 1450 | 2.2628 | 0.0001 | 0.0 | 18.999 |
85
+ | 2.722 | 3.0 | 1500 | 2.2626 | 0.0001 | 0.0 | 18.999 |
86
 
87
 
88
  ### Framework versions
89
 
90
  - Transformers 4.37.1
91
+ - Pytorch 2.1.0+cu121
92
  - Datasets 2.16.1
93
  - Tokenizers 0.15.1
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
- "d_ff": 3072,
8
  "d_kv": 64,
9
- "d_model": 768,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "relu",
12
  "dropout_rate": 0.1,
@@ -18,9 +18,9 @@
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
- "num_decoder_layers": 12,
22
- "num_heads": 12,
23
- "num_layers": 12,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
 
1
  {
2
+ "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
+ "d_ff": 2048,
8
  "d_kv": 64,
9
+ "d_model": 512,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "relu",
12
  "dropout_rate": 0.1,
 
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
+ "num_decoder_layers": 6,
22
+ "num_heads": 8,
23
+ "num_layers": 6,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19375188e79a87051cbcd9ff506b4bb09384325ecc53d097f6a3962e850b0e0e
3
- size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ff93c9a2b7d1c91f5650bc4826eb7a9ba7a428d32cc96ea7203d78dcab507e
3
+ size 242041896
special_tokens_map.json CHANGED
@@ -101,7 +101,25 @@
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
- "eos_token": "</s>",
105
- "pad_token": "<pad>",
106
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  }
 
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
+ "eos_token": {
105
+ "content": "</s>",
106
+ "lstrip": false,
107
+ "normalized": false,
108
+ "rstrip": false,
109
+ "single_word": false
110
+ },
111
+ "pad_token": {
112
+ "content": "<pad>",
113
+ "lstrip": false,
114
+ "normalized": false,
115
+ "rstrip": false,
116
+ "single_word": false
117
+ },
118
+ "unk_token": {
119
+ "content": "<unk>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false
124
+ }
125
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d97c834ddfa87a56c0230768be9c2a90a9658a17969b9fba31188ddf6f7829ba
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e51819030c3ee068bcccae76b550e921a016437505c7fae8065b0ca02f9bedea
3
+ size 4856