xoyeop commited on
Commit
9e1ca05
1 Parent(s): 29b2701

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-large",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "id2label": {
11
+ "0": "org:founded_by",
12
+ "1": "no_relation",
13
+ "10": "per:religion",
14
+ "11": "per:age",
15
+ "12": "per:date_of_death",
16
+ "13": "org:website",
17
+ "14": "per:stateorprovinces_of_residence",
18
+ "15": "org:top_members/employees",
19
+ "16": "org:number_of_employees/members",
20
+ "17": "org:members",
21
+ "18": "org:country_of_branch",
22
+ "19": "per:spouse",
23
+ "2": "per:identity",
24
+ "20": "org:stateorprovince_of_branch",
25
+ "21": "org:political/religious_affiliation",
26
+ "22": "org:member_of",
27
+ "23": "per:siblings",
28
+ "24": "per:stateorprovince_of_birth",
29
+ "25": "org:dissolved",
30
+ "26": "per:other_family",
31
+ "27": "org:shareholders",
32
+ "28": "per:parents",
33
+ "29": "per:charges",
34
+ "3": "org:alternate_names",
35
+ "30": "per:schools_attended",
36
+ "31": "per:cause_of_death",
37
+ "32": "per:city_of_death",
38
+ "33": "per:stateorprovince_of_death",
39
+ "34": "org:founded",
40
+ "35": "per:country_of_death",
41
+ "36": "per:country_of_birth",
42
+ "37": "per:date_of_birth",
43
+ "38": "per:cities_of_residence",
44
+ "39": "per:city_of_birth",
45
+ "4": "per:children",
46
+ "5": "per:origin",
47
+ "6": "per:countries_of_residence",
48
+ "7": "per:employee_of",
49
+ "8": "per:title",
50
+ "9": "org:city_of_branch"
51
+ },
52
+ "initializer_range": 0.02,
53
+ "intermediate_size": 4096,
54
+ "label2id": {
55
+ "no_relation": "1",
56
+ "org:alternate_names": "3",
57
+ "org:city_of_branch": "9",
58
+ "org:country_of_branch": "18",
59
+ "org:dissolved": "25",
60
+ "org:founded": "34",
61
+ "org:founded_by": "0",
62
+ "org:member_of": "22",
63
+ "org:members": "17",
64
+ "org:number_of_employees/members": "16",
65
+ "org:political/religious_affiliation": "21",
66
+ "org:shareholders": "27",
67
+ "org:stateorprovince_of_branch": "20",
68
+ "org:top_members/employees": "15",
69
+ "org:website": "13",
70
+ "per:age": "11",
71
+ "per:cause_of_death": "31",
72
+ "per:charges": "29",
73
+ "per:children": "4",
74
+ "per:cities_of_residence": "38",
75
+ "per:city_of_birth": "39",
76
+ "per:city_of_death": "32",
77
+ "per:countries_of_residence": "6",
78
+ "per:country_of_birth": "36",
79
+ "per:country_of_death": "35",
80
+ "per:date_of_birth": "37",
81
+ "per:date_of_death": "12",
82
+ "per:employee_of": "7",
83
+ "per:identity": "2",
84
+ "per:origin": "5",
85
+ "per:other_family": "26",
86
+ "per:parents": "28",
87
+ "per:religion": "10",
88
+ "per:schools_attended": "30",
89
+ "per:siblings": "23",
90
+ "per:spouse": "19",
91
+ "per:stateorprovince_of_birth": "24",
92
+ "per:stateorprovince_of_death": "33",
93
+ "per:stateorprovinces_of_residence": "14",
94
+ "per:title": "8"
95
+ },
96
+ "layer_norm_eps": 1e-07,
97
+ "max_position_embeddings": 512,
98
+ "max_relative_positions": -1,
99
+ "model_type": "deberta-v2",
100
+ "norm_rel_ebd": "layer_norm",
101
+ "num_attention_heads": 16,
102
+ "num_hidden_layers": 24,
103
+ "pad_token_id": 0,
104
+ "pooler_dropout": 0,
105
+ "pooler_hidden_act": "gelu",
106
+ "pooler_hidden_size": 1024,
107
+ "pos_att_type": [
108
+ "p2c",
109
+ "c2p"
110
+ ],
111
+ "position_biased_input": false,
112
+ "position_buckets": 256,
113
+ "relative_attention": true,
114
+ "share_att_key": true,
115
+ "torch_dtype": "float32",
116
+ "transformers_version": "4.35.0",
117
+ "type_vocab_size": 0,
118
+ "vocab_size": 128100
119
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58c59fa0abe09cbca13dc36dfa2a3ab268af2aef17f7544ce83fc8692606fdc0
3
+ size 1740460256
runs/Nov13_15-42-17_77b6067b9460/events.out.tfevents.1699890146.77b6067b9460.912.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a19c4fcd4772fe76c19685dc41982c43499e2b33f7d71a10869d734b7fd28408
3
+ size 7706
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
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "sp_model_kwargs": {},
54
+ "split_by_punct": false,
55
+ "tokenizer_class": "DebertaV2Tokenizer",
56
+ "unk_token": "[UNK]",
57
+ "vocab_type": "spm"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d74c7778995182753c4b2fda502890f569493c2540dea8a290701556ce141522
3
+ size 4600