Commit
·
b45dbfe
1
Parent(s):
97b3ab3
Delete finalmodel
Browse files- finalmodel/config.json +0 -31
- finalmodel/generation_config.json +0 -6
- finalmodel/pytorch_model.bin +0 -3
- finalmodel/special_tokens_map.json +0 -5
- finalmodel/spiece.model +0 -3
- finalmodel/tokenizer.json +0 -3
- finalmodel/tokenizer_config.json +0 -11
- finalmodel/training_args.bin +0 -3
finalmodel/config.json
DELETED
@@ -1,31 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "google/mt5-small",
|
3 |
-
"architectures": [
|
4 |
-
"MT5ForConditionalGeneration"
|
5 |
-
],
|
6 |
-
"d_ff": 1024,
|
7 |
-
"d_kv": 64,
|
8 |
-
"d_model": 512,
|
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 |
-
"model_type": "mt5",
|
19 |
-
"num_decoder_layers": 8,
|
20 |
-
"num_heads": 6,
|
21 |
-
"num_layers": 8,
|
22 |
-
"pad_token_id": 0,
|
23 |
-
"relative_attention_max_distance": 128,
|
24 |
-
"relative_attention_num_buckets": 32,
|
25 |
-
"tie_word_embeddings": false,
|
26 |
-
"tokenizer_class": "T5Tokenizer",
|
27 |
-
"torch_dtype": "float32",
|
28 |
-
"transformers_version": "4.30.1",
|
29 |
-
"use_cache": true,
|
30 |
-
"vocab_size": 250112
|
31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
finalmodel/generation_config.json
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"decoder_start_token_id": 0,
|
3 |
-
"eos_token_id": 1,
|
4 |
-
"pad_token_id": 0,
|
5 |
-
"transformers_version": "4.30.1"
|
6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
finalmodel/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b8fa207a9dc221b7c53d82fcb657e36c586e493b7750ba498d41f9d83536044f
|
3 |
-
size 1200772485
|
|
|
|
|
|
|
|
finalmodel/special_tokens_map.json
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"eos_token": "</s>",
|
3 |
-
"pad_token": "<pad>",
|
4 |
-
"unk_token": "<unk>"
|
5 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
finalmodel/spiece.model
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
|
3 |
-
size 4309802
|
|
|
|
|
|
|
|
finalmodel/tokenizer.json
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:717800c1d81e0c9bd23da00093161bf4789485bd3dd40bb530a31d83ab0d4ab6
|
3 |
-
size 16330466
|
|
|
|
|
|
|
|
finalmodel/tokenizer_config.json
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"additional_special_tokens": null,
|
3 |
-
"clean_up_tokenization_spaces": true,
|
4 |
-
"eos_token": "</s>",
|
5 |
-
"extra_ids": 0,
|
6 |
-
"model_max_length": 1000000000000000019884624838656,
|
7 |
-
"pad_token": "<pad>",
|
8 |
-
"sp_model_kwargs": {},
|
9 |
-
"tokenizer_class": "T5Tokenizer",
|
10 |
-
"unk_token": "<unk>"
|
11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
finalmodel/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4341714cc39e56a44e3ef0cc73b732a46be7eb0b328c8363e88ef5b8eaf301da
|
3 |
-
size 4091
|
|
|
|
|
|
|
|