nijatzeynalov commited on
Commit
6bf6d2d
1 Parent(s): ec08f94

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bigbird-pegasus-large-arxiv",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu_new",
5
+ "architectures": [
6
+ "BigBirdForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "attention_probs_dropout_prob": 0.1,
10
+ "attention_type": "block_sparse",
11
+ "block_size": 64,
12
+ "bos_token_id": 2,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 16,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "encoder_attention_heads": 16,
22
+ "encoder_ffn_dim": 4096,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 16,
25
+ "eos_token_id": 1,
26
+ "gradient_checkpointing": false,
27
+ "hidden_act": "gelu_new",
28
+ "hidden_dropout_prob": 0.1,
29
+ "hidden_size": 768,
30
+ "id2label": {
31
+ "0": "Training",
32
+ "1": "Consulting",
33
+ "2": "Software",
34
+ "3": "Printer",
35
+ "4": "VPN",
36
+ "5": "Support",
37
+ "6": "Network",
38
+ "7": "Security",
39
+ "8": "Email",
40
+ "9": "Hardware",
41
+ "10": "Website",
42
+ "11": "Database",
43
+ "12": "Development",
44
+ "13": "Access",
45
+ "14": "Network services"
46
+ },
47
+ "init_std": 0.02,
48
+ "initializer_range": 0.02,
49
+ "intermediate_size": 3072,
50
+ "is_encoder_decoder": true,
51
+ "label2id": {
52
+ "Access": 13,
53
+ "Consulting": 1,
54
+ "Database": 11,
55
+ "Development": 12,
56
+ "Email": 8,
57
+ "Hardware": 9,
58
+ "Network": 6,
59
+ "Network services": 14,
60
+ "Printer": 3,
61
+ "Security": 7,
62
+ "Software": 2,
63
+ "Support": 5,
64
+ "Training": 0,
65
+ "VPN": 4,
66
+ "Website": 10
67
+ },
68
+ "layer_norm_eps": 1e-12,
69
+ "length_penalty": 0.8,
70
+ "max_length": 256,
71
+ "max_position_embeddings": 4096,
72
+ "model_type": "big_bird",
73
+ "num_attention_heads": 12,
74
+ "num_beams": 5,
75
+ "num_hidden_layers": 16,
76
+ "num_random_blocks": 3,
77
+ "pad_token_id": 0,
78
+ "problem_type": "single_label_classification",
79
+ "rescale_embeddings": false,
80
+ "scale_embedding": true,
81
+ "sep_token_id": 66,
82
+ "tokenizer_class": "PegasusTokenizer",
83
+ "torch_dtype": "float32",
84
+ "transformers_version": "4.37.2",
85
+ "type_vocab_size": 2,
86
+ "use_bias": false,
87
+ "use_cache": true,
88
+ "vocab_size": 96103
89
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec905f5f0dba7a0ab179da2f8edc0585166ef56bd7ef512d56e675ef86ab4ce7
3
+ size 766096636
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "[CLS]",
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": "[SEP]",
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
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe1b40df7e8825709c0172639c47338a68d5622e9e3b6cc0fae516537cae738b
3
+ size 1915455
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "</s>",
13
+ "lstrip": false,
14
+ "normalized": true,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": true,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "65": {
28
+ "content": "[CLS]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "66": {
36
+ "content": "[SEP]",
37
+ "lstrip": false,
38
+ "normalized": true,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "67": {
44
+ "content": "[MASK]",
45
+ "lstrip": true,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "105": {
52
+ "content": "<unk>",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ }
59
+ },
60
+ "additional_special_tokens": [],
61
+ "bos_token": "<s>",
62
+ "clean_up_tokenization_spaces": true,
63
+ "cls_token": "[CLS]",
64
+ "eos_token": "</s>",
65
+ "mask_token": "[MASK]",
66
+ "mask_token_sent": null,
67
+ "max_length": 512,
68
+ "model_max_length": 4096,
69
+ "offset": 0,
70
+ "pad_token": "<pad>",
71
+ "sep_token": "[SEP]",
72
+ "tokenizer_class": "PegasusTokenizer",
73
+ "unk_token": "<unk>"
74
+ }