chaoweihuang
commited on
Commit
•
27c41fa
1
Parent(s):
b642150
fix model type
Browse files
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "/home/patrick/t5/mt5-xl",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"d_ff": 5120,
|
7 |
"d_kv": 64,
|
@@ -15,7 +15,7 @@
|
|
15 |
"is_encoder_decoder": true,
|
16 |
"is_gated_act": true,
|
17 |
"layer_norm_epsilon": 1e-06,
|
18 |
-
"model_type": "
|
19 |
"num_decoder_layers": 24,
|
20 |
"num_heads": 32,
|
21 |
"num_layers": 24,
|
|
|
1 |
{
|
2 |
"_name_or_path": "/home/patrick/t5/mt5-xl",
|
3 |
"architectures": [
|
4 |
+
"MT5ForConditionalGeneration"
|
5 |
],
|
6 |
"d_ff": 5120,
|
7 |
"d_kv": 64,
|
|
|
15 |
"is_encoder_decoder": true,
|
16 |
"is_gated_act": true,
|
17 |
"layer_norm_epsilon": 1e-06,
|
18 |
+
"model_type": "mt5",
|
19 |
"num_decoder_layers": 24,
|
20 |
"num_heads": 32,
|
21 |
"num_layers": 24,
|
pytorch_model-00001-of-00003.bin → pytorch_model-00001-of-00002.bin
RENAMED
@@ -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:96409f4a6b773962dabba5e1d88fc6402b0b9951287acbf3344211ae4a7d6392
|
3 |
+
size 7938340473
|
pytorch_model-00002-of-00003.bin → pytorch_model-00002-of-00002.bin
RENAMED
@@ -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:410844281ffe6cf7cb694e1f090d45b66eec496e132b5f37a71017e45e08d1db
|
3 |
+
size 7032322681
|
pytorch_model-00003-of-00003.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c7123e5224801a6236f0efaa47a58043c6d8fa447e5e33b3c0a7dd55f8750603
|
3 |
-
size 2048918251
|
|
|
|
|
|
|
|
pytorch_model.bin.index.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|