guishe commited on
Commit
43fbcc0
1 Parent(s): f09c818

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "numind/NuNER-v2.0",
3
+ "architectures": [
4
+ "RobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "art-broadcastprogram",
16
+ "2": "art-film",
17
+ "3": "art-music",
18
+ "4": "art-other",
19
+ "5": "art-painting",
20
+ "6": "art-writtenart",
21
+ "7": "building-airport",
22
+ "8": "building-hospital",
23
+ "9": "building-hotel",
24
+ "10": "building-library",
25
+ "11": "building-other",
26
+ "12": "building-restaurant",
27
+ "13": "building-sportsfacility",
28
+ "14": "building-theater",
29
+ "15": "event-attack/battle/war/militaryconflict",
30
+ "16": "event-disaster",
31
+ "17": "event-election",
32
+ "18": "event-other",
33
+ "19": "event-protest",
34
+ "20": "event-sportsevent",
35
+ "21": "location-GPE",
36
+ "22": "location-bodiesofwater",
37
+ "23": "location-island",
38
+ "24": "location-mountain",
39
+ "25": "location-other",
40
+ "26": "location-park",
41
+ "27": "location-road/railway/highway/transit",
42
+ "28": "organization-company",
43
+ "29": "organization-education",
44
+ "30": "organization-government/governmentagency",
45
+ "31": "organization-media/newspaper",
46
+ "32": "organization-other",
47
+ "33": "organization-politicalparty",
48
+ "34": "organization-religion",
49
+ "35": "organization-showorganization",
50
+ "36": "organization-sportsleague",
51
+ "37": "organization-sportsteam",
52
+ "38": "other-astronomything",
53
+ "39": "other-award",
54
+ "40": "other-biologything",
55
+ "41": "other-chemicalthing",
56
+ "42": "other-currency",
57
+ "43": "other-disease",
58
+ "44": "other-educationaldegree",
59
+ "45": "other-god",
60
+ "46": "other-language",
61
+ "47": "other-law",
62
+ "48": "other-livingthing",
63
+ "49": "other-medical",
64
+ "50": "person-actor",
65
+ "51": "person-artist/author",
66
+ "52": "person-athlete",
67
+ "53": "person-director",
68
+ "54": "person-other",
69
+ "55": "person-politician",
70
+ "56": "person-scholar",
71
+ "57": "person-soldier",
72
+ "58": "product-airplane",
73
+ "59": "product-car",
74
+ "60": "product-food",
75
+ "61": "product-game",
76
+ "62": "product-other",
77
+ "63": "product-ship",
78
+ "64": "product-software",
79
+ "65": "product-train",
80
+ "66": "product-weapon"
81
+ },
82
+ "initializer_range": 0.02,
83
+ "intermediate_size": 3072,
84
+ "label2id": {
85
+ "O": 0,
86
+ "art-broadcastprogram": 1,
87
+ "art-film": 2,
88
+ "art-music": 3,
89
+ "art-other": 4,
90
+ "art-painting": 5,
91
+ "art-writtenart": 6,
92
+ "building-airport": 7,
93
+ "building-hospital": 8,
94
+ "building-hotel": 9,
95
+ "building-library": 10,
96
+ "building-other": 11,
97
+ "building-restaurant": 12,
98
+ "building-sportsfacility": 13,
99
+ "building-theater": 14,
100
+ "event-attack/battle/war/militaryconflict": 15,
101
+ "event-disaster": 16,
102
+ "event-election": 17,
103
+ "event-other": 18,
104
+ "event-protest": 19,
105
+ "event-sportsevent": 20,
106
+ "location-GPE": 21,
107
+ "location-bodiesofwater": 22,
108
+ "location-island": 23,
109
+ "location-mountain": 24,
110
+ "location-other": 25,
111
+ "location-park": 26,
112
+ "location-road/railway/highway/transit": 27,
113
+ "organization-company": 28,
114
+ "organization-education": 29,
115
+ "organization-government/governmentagency": 30,
116
+ "organization-media/newspaper": 31,
117
+ "organization-other": 32,
118
+ "organization-politicalparty": 33,
119
+ "organization-religion": 34,
120
+ "organization-showorganization": 35,
121
+ "organization-sportsleague": 36,
122
+ "organization-sportsteam": 37,
123
+ "other-astronomything": 38,
124
+ "other-award": 39,
125
+ "other-biologything": 40,
126
+ "other-chemicalthing": 41,
127
+ "other-currency": 42,
128
+ "other-disease": 43,
129
+ "other-educationaldegree": 44,
130
+ "other-god": 45,
131
+ "other-language": 46,
132
+ "other-law": 47,
133
+ "other-livingthing": 48,
134
+ "other-medical": 49,
135
+ "person-actor": 50,
136
+ "person-artist/author": 51,
137
+ "person-athlete": 52,
138
+ "person-director": 53,
139
+ "person-other": 54,
140
+ "person-politician": 55,
141
+ "person-scholar": 56,
142
+ "person-soldier": 57,
143
+ "product-airplane": 58,
144
+ "product-car": 59,
145
+ "product-food": 60,
146
+ "product-game": 61,
147
+ "product-other": 62,
148
+ "product-ship": 63,
149
+ "product-software": 64,
150
+ "product-train": 65,
151
+ "product-weapon": 66
152
+ },
153
+ "layer_norm_eps": 1e-05,
154
+ "max_position_embeddings": 514,
155
+ "model_type": "roberta",
156
+ "num_attention_heads": 12,
157
+ "num_hidden_layers": 12,
158
+ "pad_token_id": 1,
159
+ "position_embedding_type": "absolute",
160
+ "torch_dtype": "float32",
161
+ "transformers_version": "4.39.3",
162
+ "type_vocab_size": 1,
163
+ "use_cache": true,
164
+ "vocab_size": 50265
165
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0a364c096a67a4789ec840477c867506d70ac49fb24d9f9842803989a17c9f7
3
+ size 496450188
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": "<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
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
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": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
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:34b7f42704888662b15a04d948332c8113a2139889ceae24d75894b78f7937f1
3
+ size 5048
vocab.json ADDED
The diff for this file is too large to render. See raw diff