update model
Browse files- config.json +6 -4
- detail.json +3 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
{
|
2 |
"_name_or_path": "google/long-t5-tglobal-base",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"d_ff": 2048,
|
7 |
"d_kv": 64,
|
8 |
"d_model": 768,
|
9 |
"decoder_start_token_id": 0,
|
|
|
10 |
"dropout_rate": 0.1,
|
11 |
"encoder_attention_type": "transient-global",
|
12 |
"eos_token_id": 1,
|
@@ -14,9 +15,10 @@
|
|
14 |
"global_block_size": 16,
|
15 |
"initializer_factor": 1.0,
|
16 |
"is_encoder_decoder": true,
|
|
|
17 |
"layer_norm_epsilon": 1e-06,
|
18 |
"local_radius": 127,
|
19 |
-
"model_type": "
|
20 |
"n_positions": 4096,
|
21 |
"num_decoder_layers": 12,
|
22 |
"num_heads": 12,
|
@@ -26,8 +28,8 @@
|
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"tie_word_embeddings": false,
|
29 |
-
"torch_dtype": "
|
30 |
-
"transformers_version": "4.
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 32128
|
33 |
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "google/long-t5-tglobal-base",
|
3 |
"architectures": [
|
4 |
+
"LongT5ForConditionalGeneration"
|
5 |
],
|
6 |
"d_ff": 2048,
|
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 |
"encoder_attention_type": "transient-global",
|
13 |
"eos_token_id": 1,
|
|
|
15 |
"global_block_size": 16,
|
16 |
"initializer_factor": 1.0,
|
17 |
"is_encoder_decoder": true,
|
18 |
+
"is_gated_act": true,
|
19 |
"layer_norm_epsilon": 1e-06,
|
20 |
"local_radius": 127,
|
21 |
+
"model_type": "longt5",
|
22 |
"n_positions": 4096,
|
23 |
"num_decoder_layers": 12,
|
24 |
"num_heads": 12,
|
|
|
28 |
"relative_attention_max_distance": 128,
|
29 |
"relative_attention_num_buckets": 32,
|
30 |
"tie_word_embeddings": false,
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.20.1",
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 32128
|
35 |
}
|
detail.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"avg_loss":
|
3 |
-
"step":
|
4 |
-
"best_loss":
|
5 |
"lr": 0.0003
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"avg_loss": 0.15461508115731704,
|
3 |
+
"step": 808767,
|
4 |
+
"best_loss": 0.15461508115731704,
|
5 |
"lr": 0.0003
|
6 |
}
|
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:51d51b601d6bfa225fd117993dfd885b0db8be426eeb35655d52dcd85032af64
|
3 |
+
size 990450547
|