dmozzherin commited on
Commit
9a17f06
·
verified ·
1 Parent(s): 1de3763

Add large PyTorch model

Browse files
large/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
large/config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaV2ForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "dtype": "float32",
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "B-country",
13
+ "2": "I-country",
14
+ "3": "B-state",
15
+ "4": "I-state",
16
+ "5": "B-verbatim_locality",
17
+ "6": "I-verbatim_locality",
18
+ "7": "B-verbatim_date",
19
+ "8": "I-verbatim_date",
20
+ "9": "B-verbatim_elevation",
21
+ "10": "I-verbatim_elevation",
22
+ "11": "B-verbatim_collectors",
23
+ "12": "I-verbatim_collectors",
24
+ "13": "B-verbatim_habitat",
25
+ "14": "I-verbatim_habitat",
26
+ "15": "B-verbatim_method",
27
+ "16": "I-verbatim_method",
28
+ "17": "B-verbatim_latitude",
29
+ "18": "I-verbatim_latitude",
30
+ "19": "B-verbatim_longitude",
31
+ "20": "I-verbatim_longitude"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 4096,
35
+ "label2id": {
36
+ "B-country": 1,
37
+ "B-state": 3,
38
+ "B-verbatim_collectors": 11,
39
+ "B-verbatim_date": 7,
40
+ "B-verbatim_elevation": 9,
41
+ "B-verbatim_habitat": 13,
42
+ "B-verbatim_latitude": 17,
43
+ "B-verbatim_locality": 5,
44
+ "B-verbatim_longitude": 19,
45
+ "B-verbatim_method": 15,
46
+ "I-country": 2,
47
+ "I-state": 4,
48
+ "I-verbatim_collectors": 12,
49
+ "I-verbatim_date": 8,
50
+ "I-verbatim_elevation": 10,
51
+ "I-verbatim_habitat": 14,
52
+ "I-verbatim_latitude": 18,
53
+ "I-verbatim_locality": 6,
54
+ "I-verbatim_longitude": 20,
55
+ "I-verbatim_method": 16,
56
+ "O": 0
57
+ },
58
+ "layer_norm_eps": 1e-07,
59
+ "legacy": true,
60
+ "max_position_embeddings": 512,
61
+ "max_relative_positions": -1,
62
+ "model_type": "deberta-v2",
63
+ "norm_rel_ebd": "layer_norm",
64
+ "num_attention_heads": 16,
65
+ "num_hidden_layers": 24,
66
+ "pad_token_id": 0,
67
+ "pooler_dropout": 0,
68
+ "pooler_hidden_act": "gelu",
69
+ "pooler_hidden_size": 1024,
70
+ "pos_att_type": [
71
+ "p2c",
72
+ "c2p"
73
+ ],
74
+ "position_biased_input": false,
75
+ "position_buckets": 256,
76
+ "relative_attention": true,
77
+ "share_att_key": true,
78
+ "transformers_version": "4.57.6",
79
+ "type_vocab_size": 0,
80
+ "vocab_size": 128100
81
+ }
large/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f01c4de47b3f22c07d215e207fae38aba81cc7b065f57234fe38ca18914f05f
3
+ size 1736183764
large/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
large/spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
large/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
large/tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "sp_model_kwargs": {},
55
+ "split_by_punct": false,
56
+ "tokenizer_class": "DebertaV2Tokenizer",
57
+ "unk_token": "[UNK]",
58
+ "vocab_type": "spm"
59
+ }
large/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efeca1e5f5d25afb73261ee340eb29b53bc6649d13f47c6b029844296d18845c
3
+ size 5905