xoyeop commited on
Commit
ba12638
1 Parent(s): 95961de

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[UNK]": 39979
3
+ }
config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nghuyong/ernie-3.0-xbase-zh",
3
+ "architectures": [
4
+ "ErnieForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 1024,
11
+ "id2label": {
12
+ "0": "org:founded_by",
13
+ "1": "no_relation",
14
+ "10": "per:religion",
15
+ "11": "per:age",
16
+ "12": "per:date_of_death",
17
+ "13": "org:website",
18
+ "14": "per:stateorprovinces_of_residence",
19
+ "15": "org:top_members/employees",
20
+ "16": "org:number_of_employees/members",
21
+ "17": "org:members",
22
+ "18": "org:country_of_branch",
23
+ "19": "per:spouse",
24
+ "2": "per:identity",
25
+ "20": "org:stateorprovince_of_branch",
26
+ "21": "org:political/religious_affiliation",
27
+ "22": "org:member_of",
28
+ "23": "per:siblings",
29
+ "24": "per:stateorprovince_of_birth",
30
+ "25": "org:dissolved",
31
+ "26": "per:other_family",
32
+ "27": "org:shareholders",
33
+ "28": "per:parents",
34
+ "29": "per:charges",
35
+ "3": "org:alternate_names",
36
+ "30": "per:schools_attended",
37
+ "31": "per:cause_of_death",
38
+ "32": "per:city_of_death",
39
+ "33": "per:stateorprovince_of_death",
40
+ "34": "org:founded",
41
+ "35": "per:country_of_death",
42
+ "36": "per:country_of_birth",
43
+ "37": "per:date_of_birth",
44
+ "38": "per:cities_of_residence",
45
+ "39": "per:city_of_birth",
46
+ "4": "per:children",
47
+ "5": "per:origin",
48
+ "6": "per:countries_of_residence",
49
+ "7": "per:employee_of",
50
+ "8": "per:title",
51
+ "9": "org:city_of_branch"
52
+ },
53
+ "initializer_range": 0.02,
54
+ "intermediate_size": 4096,
55
+ "label2id": {
56
+ "no_relation": "1",
57
+ "org:alternate_names": "3",
58
+ "org:city_of_branch": "9",
59
+ "org:country_of_branch": "18",
60
+ "org:dissolved": "25",
61
+ "org:founded": "34",
62
+ "org:founded_by": "0",
63
+ "org:member_of": "22",
64
+ "org:members": "17",
65
+ "org:number_of_employees/members": "16",
66
+ "org:political/religious_affiliation": "21",
67
+ "org:shareholders": "27",
68
+ "org:stateorprovince_of_branch": "20",
69
+ "org:top_members/employees": "15",
70
+ "org:website": "13",
71
+ "per:age": "11",
72
+ "per:cause_of_death": "31",
73
+ "per:charges": "29",
74
+ "per:children": "4",
75
+ "per:cities_of_residence": "38",
76
+ "per:city_of_birth": "39",
77
+ "per:city_of_death": "32",
78
+ "per:countries_of_residence": "6",
79
+ "per:country_of_birth": "36",
80
+ "per:country_of_death": "35",
81
+ "per:date_of_birth": "37",
82
+ "per:date_of_death": "12",
83
+ "per:employee_of": "7",
84
+ "per:identity": "2",
85
+ "per:origin": "5",
86
+ "per:other_family": "26",
87
+ "per:parents": "28",
88
+ "per:religion": "10",
89
+ "per:schools_attended": "30",
90
+ "per:siblings": "23",
91
+ "per:spouse": "19",
92
+ "per:stateorprovince_of_birth": "24",
93
+ "per:stateorprovince_of_death": "33",
94
+ "per:stateorprovinces_of_residence": "14",
95
+ "per:title": "8"
96
+ },
97
+ "layer_norm_eps": 1e-05,
98
+ "max_position_embeddings": 2048,
99
+ "model_type": "ernie",
100
+ "num_attention_heads": 16,
101
+ "num_hidden_layers": 20,
102
+ "pad_token_id": 0,
103
+ "position_embedding_type": "absolute",
104
+ "problem_type": "single_label_classification",
105
+ "task_type_vocab_size": 16,
106
+ "torch_dtype": "float32",
107
+ "transformers_version": "4.35.0",
108
+ "type_vocab_size": 4,
109
+ "use_cache": true,
110
+ "use_task_id": true,
111
+ "vocab_size": 40000
112
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5506ea72aca61f05852b940cb73ca5037dd8baee432ad6a4e95db975d83a4ea9
3
+ size 1184418712
runs/Nov14_07-16-05_a7590f86419c/events.out.tfevents.1699946166.a7590f86419c.184.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b323598e52c7975a3613bea8ba56e8eedec3fc3a9d5e3cb6b88f986a18230703
3
+ size 7589
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "[MASK]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "39979": {
36
+ "content": "[UNK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caee35c3cfc8e3efa87e319625b7ad33f463fa7bcf180a9f69fb591f91180957
3
+ size 4600
vocab.txt ADDED
The diff for this file is too large to render. See raw diff