Upload UMT5ForConditionalGeneration
Browse files- config.json +3 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -7,12 +7,13 @@
|
|
7 |
"d_kv": 64,
|
8 |
"d_model": 768,
|
9 |
"decoder_start_token_id": 0,
|
10 |
-
"dense_act_fn": "
|
11 |
"dropout_rate": 0.1,
|
12 |
"eos_token_id": 1,
|
|
|
13 |
"initializer_factor": 1.0,
|
14 |
"is_encoder_decoder": true,
|
15 |
-
"is_gated_act":
|
16 |
"layer_norm_epsilon": 1e-06,
|
17 |
"num_decoder_layers": 12,
|
18 |
"num_heads": 12,
|
|
|
7 |
"d_kv": 64,
|
8 |
"d_model": 768,
|
9 |
"decoder_start_token_id": 0,
|
10 |
+
"dense_act_fn": "gelu_new",
|
11 |
"dropout_rate": 0.1,
|
12 |
"eos_token_id": 1,
|
13 |
+
"feed_forward_proj": "gated-gelu",
|
14 |
"initializer_factor": 1.0,
|
15 |
"is_encoder_decoder": true,
|
16 |
+
"is_gated_act": true,
|
17 |
"layer_norm_epsilon": 1e-06,
|
18 |
"num_decoder_layers": 12,
|
19 |
"num_heads": 12,
|
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:c48f7036095f1a02ee817d1b131de443bfe126b45ff76133ef5ae685bac9f061
|
3 |
+
size 2368275277
|