Upload T5ForConditionalGeneration
Browse files- config.json +6 -2
- generation_config.json +7 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/content/
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -7,11 +7,14 @@
|
|
7 |
"d_kv": 64,
|
8 |
"d_model": 512,
|
9 |
"decoder_start_token_id": 0,
|
|
|
10 |
"dropout_rate": 0.1,
|
11 |
"eos_token_id": 1,
|
12 |
"feed_forward_proj": "relu",
|
|
|
13 |
"initializer_factor": 1.0,
|
14 |
"is_encoder_decoder": true,
|
|
|
15 |
"layer_norm_epsilon": 1e-06,
|
16 |
"model_type": "t5",
|
17 |
"n_positions": 512,
|
@@ -52,7 +55,8 @@
|
|
52 |
}
|
53 |
},
|
54 |
"torch_dtype": "float32",
|
55 |
-
"
|
|
|
56 |
"use_cache": true,
|
57 |
"vocab_size": 32128
|
58 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/ML/frame-semantic-transformer/framenet/small/final-2/epoch=36--train_loss=0.0481--val_loss=0.2159--val_frame_classification_f1=0.8726746589499793--val_args_extraction_f1=0.7550093507881379--val_trigger_identification_f1=0.7518560179977504",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
7 |
"d_kv": 64,
|
8 |
"d_model": 512,
|
9 |
"decoder_start_token_id": 0,
|
10 |
+
"dense_act_fn": "relu",
|
11 |
"dropout_rate": 0.1,
|
12 |
"eos_token_id": 1,
|
13 |
"feed_forward_proj": "relu",
|
14 |
+
"inference_loader": "Framenet17InferenceLoader",
|
15 |
"initializer_factor": 1.0,
|
16 |
"is_encoder_decoder": true,
|
17 |
+
"is_gated_act": false,
|
18 |
"layer_norm_epsilon": 1e-06,
|
19 |
"model_type": "t5",
|
20 |
"n_positions": 512,
|
|
|
55 |
}
|
56 |
},
|
57 |
"torch_dtype": "float32",
|
58 |
+
"training_loader": "Framenet17TrainingLoader",
|
59 |
+
"transformers_version": "4.26.1",
|
60 |
"use_cache": true,
|
61 |
"vocab_size": 32128
|
62 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.26.1"
|
7 |
+
}
|
pytorch_model.bin
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:d8aeaebb417883d4c941d56919e39ff9ebe3c5104b236b3ba9e33795cde95935
|
3 |
+
size 242069785
|