Razavipour commited on
Commit
667c6bb
1 Parent(s): cf4498b

Delete summary_generation_Led_4/summary_generation_Led_4

Browse files
summary_generation_Led_4/summary_generation_Led_4/config.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "_name_or_path": "/content/drive/MyDrive/summary_generation",
3
- "activation_dropout": 0.0,
4
- "activation_function": "gelu",
5
- "architectures": [
6
- "LEDForConditionalGeneration"
7
- ],
8
- "attention_dropout": 0.0,
9
- "attention_window": [
10
- 1024,
11
- 1024,
12
- 1024,
13
- 1024,
14
- 1024,
15
- 1024
16
- ],
17
- "bos_token_id": 0,
18
- "classif_dropout": 0.0,
19
- "classifier_dropout": 0.0,
20
- "d_model": 768,
21
- "decoder_attention_heads": 12,
22
- "decoder_ffn_dim": 3072,
23
- "decoder_layerdrop": 0.0,
24
- "decoder_layers": 6,
25
- "decoder_start_token_id": 2,
26
- "dropout": 0.1,
27
- "encoder_attention_heads": 12,
28
- "encoder_ffn_dim": 3072,
29
- "encoder_layerdrop": 0.0,
30
- "encoder_layers": 6,
31
- "eos_token_id": 2,
32
- "gradient_checkpointing": false,
33
- "id2label": {
34
- "0": "LABEL_0",
35
- "1": "LABEL_1",
36
- "2": "LABEL_2"
37
- },
38
- "init_std": 0.02,
39
- "is_encoder_decoder": true,
40
- "label2id": {
41
- "LABEL_0": 0,
42
- "LABEL_1": 1,
43
- "LABEL_2": 2
44
- },
45
- "max_decoder_position_embeddings": 1024,
46
- "max_encoder_position_embeddings": 16384,
47
- "model_type": "led",
48
- "num_hidden_layers": 6,
49
- "pad_token_id": 1,
50
- "torch_dtype": "float32",
51
- "transformers_version": "4.42.4",
52
- "use_cache": true,
53
- "vocab_size": 50265
54
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
summary_generation_Led_4/summary_generation_Led_4/generation_config.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 0,
4
- "decoder_start_token_id": 2,
5
- "eos_token_id": 2,
6
- "pad_token_id": 1,
7
- "transformers_version": "4.42.4"
8
- }
 
 
 
 
 
 
 
 
 
summary_generation_Led_4/summary_generation_Led_4/merges.txt DELETED
The diff for this file is too large to render. See raw diff
 
summary_generation_Led_4/summary_generation_Led_4/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5993bd2b1c4e43cd74625513a1d9245e3ebacc1fe1e4ecb072aa590e31113330
3
- size 647614116
 
 
 
 
summary_generation_Led_4/summary_generation_Led_4/special_tokens_map.json DELETED
@@ -1,51 +0,0 @@
1
- {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": true,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "cls_token": {
10
- "content": "<s>",
11
- "lstrip": false,
12
- "normalized": true,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "eos_token": {
17
- "content": "</s>",
18
- "lstrip": false,
19
- "normalized": true,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "mask_token": {
24
- "content": "<mask>",
25
- "lstrip": true,
26
- "normalized": true,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "pad_token": {
31
- "content": "<pad>",
32
- "lstrip": false,
33
- "normalized": true,
34
- "rstrip": false,
35
- "single_word": false
36
- },
37
- "sep_token": {
38
- "content": "</s>",
39
- "lstrip": false,
40
- "normalized": true,
41
- "rstrip": false,
42
- "single_word": false
43
- },
44
- "unk_token": {
45
- "content": "<unk>",
46
- "lstrip": false,
47
- "normalized": true,
48
- "rstrip": false,
49
- "single_word": false
50
- }
51
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
summary_generation_Led_4/summary_generation_Led_4/tokenizer_config.json DELETED
@@ -1,56 +0,0 @@
1
- {
2
- "add_prefix_space": false,
3
- "added_tokens_decoder": {
4
- "0": {
5
- "content": "<s>",
6
- "lstrip": false,
7
- "normalized": true,
8
- "rstrip": false,
9
- "single_word": false,
10
- "special": true
11
- },
12
- "1": {
13
- "content": "<pad>",
14
- "lstrip": false,
15
- "normalized": true,
16
- "rstrip": false,
17
- "single_word": false,
18
- "special": true
19
- },
20
- "2": {
21
- "content": "</s>",
22
- "lstrip": false,
23
- "normalized": true,
24
- "rstrip": false,
25
- "single_word": false,
26
- "special": true
27
- },
28
- "3": {
29
- "content": "<unk>",
30
- "lstrip": false,
31
- "normalized": true,
32
- "rstrip": false,
33
- "single_word": false,
34
- "special": true
35
- },
36
- "50264": {
37
- "content": "<mask>",
38
- "lstrip": true,
39
- "normalized": true,
40
- "rstrip": false,
41
- "single_word": false,
42
- "special": true
43
- }
44
- },
45
- "bos_token": "<s>",
46
- "clean_up_tokenization_spaces": true,
47
- "cls_token": "<s>",
48
- "eos_token": "</s>",
49
- "errors": "replace",
50
- "mask_token": "<mask>",
51
- "model_max_length": 16384,
52
- "pad_token": "<pad>",
53
- "sep_token": "</s>",
54
- "tokenizer_class": "LEDTokenizer",
55
- "unk_token": "<unk>"
56
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
summary_generation_Led_4/summary_generation_Led_4/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b9ffedc34b17c3052e8b0c64874afd7f167a1e215e21782e5a0be25ac35f892
3
- size 5048
 
 
 
 
summary_generation_Led_4/summary_generation_Led_4/vocab.json DELETED
The diff for this file is too large to render. See raw diff