crrodrvi commited on
Commit
17bba51
1 Parent(s): 0c287e0

Training complete

Browse files
Files changed (5) hide show
  1. README.md +6 -6
  2. config.json +6 -6
  3. model.safetensors +2 -2
  4. tokenizer_config.json +1 -1
  5. training_args.bin +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google-t5/t5-small
4
  tags:
5
  - simplification
6
  - generated_from_trainer
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # t5-neutralization
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: 2.6183
22
- - Bleu: 1.6108
23
  - Gen Len: 19.0
24
 
25
  ## Model description
@@ -51,8 +51,8 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
54
- | No log | 1.0 | 16 | 2.6581 | 1.5634 | 19.0 |
55
- | No log | 2.0 | 32 | 2.6183 | 1.6108 | 19.0 |
56
 
57
 
58
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: t5-base
4
  tags:
5
  - simplification
6
  - generated_from_trainer
 
16
 
17
  # t5-neutralization
18
 
19
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.8334
22
+ - Bleu: 1.8666
23
  - Gen Len: 19.0
24
 
25
  ## Model description
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
54
+ | No log | 1.0 | 16 | 1.8974 | 1.8455 | 19.0 |
55
+ | No log | 2.0 | 32 | 1.8334 | 1.8666 | 19.0 |
56
 
57
 
58
  ### Framework versions
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "google-t5/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,9 +18,9 @@
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,
 
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
  "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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f6926d6e30c4a5cb25c9d1e54c538d73aa97799dd83252fbf4e546f0d3bdb51
3
- size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52645a5a708c98b147fdf4ea9144dfd4476ceea3ed2931955540a0fb36b7d5d8
3
+ size 891644712
tokenizer_config.json CHANGED
@@ -932,7 +932,7 @@
932
  "eos_token": "</s>",
933
  "extra_ids": 100,
934
  "legacy": true,
935
- "model_max_length": 512,
936
  "pad_token": "<pad>",
937
  "sp_model_kwargs": {},
938
  "tokenizer_class": "T5Tokenizer",
 
932
  "eos_token": "</s>",
933
  "extra_ids": 100,
934
  "legacy": true,
935
+ "model_max_length": 1000000000000000019884624838656,
936
  "pad_token": "<pad>",
937
  "sp_model_kwargs": {},
938
  "tokenizer_class": "T5Tokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00d870b403d20688209125bedf510f8c8ed3991e2bd5b2ab399ec1ebeaa4a4fe
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9263f24714ce338dd420d5c7a6518dda57fd79c0a94316f60852ad97033e9f63
3
  size 5112