Training complete
Browse files- README.md +6 -6
- config.json +6 -6
- model.safetensors +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
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 [
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Bleu: 1.
|
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 |
|
55 |
-
| No log | 2.0 | 32 |
|
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": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
6 |
"classifier_dropout": 0.0,
|
7 |
-
"d_ff":
|
8 |
"d_kv": 64,
|
9 |
-
"d_model":
|
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":
|
22 |
-
"num_heads":
|
23 |
-
"num_layers":
|
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:
|
3 |
-
size
|
|
|
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":
|
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:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9263f24714ce338dd420d5c7a6518dda57fd79c0a94316f60852ad97033e9f63
|
3 |
size 5112
|