Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +55 -0
- pytorch_model.bin +3 -0
- runs/Aug17_12-10-55_fb9499deebc9/1660738273.0754328/events.out.tfevents.1660738273.fb9499deebc9.73.1 +3 -0
- runs/Aug17_12-10-55_fb9499deebc9/events.out.tfevents.1660738273.fb9499deebc9.73.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/bert_uncased_L-4_H-512_A-8",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
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": 512,
|
11 |
+
"id2label": {
|
12 |
+
"0": "O",
|
13 |
+
"1": "B-corporation",
|
14 |
+
"10": "I-person",
|
15 |
+
"11": "B-product",
|
16 |
+
"12": "I-product",
|
17 |
+
"2": "I-corporation",
|
18 |
+
"3": "B-creative-work",
|
19 |
+
"4": "I-creative-work",
|
20 |
+
"5": "B-group",
|
21 |
+
"6": "I-group",
|
22 |
+
"7": "B-location",
|
23 |
+
"8": "I-location",
|
24 |
+
"9": "B-person"
|
25 |
+
},
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"intermediate_size": 2048,
|
28 |
+
"label2id": {
|
29 |
+
"B-corporation": "1",
|
30 |
+
"B-creative-work": "3",
|
31 |
+
"B-group": "5",
|
32 |
+
"B-location": "7",
|
33 |
+
"B-person": "9",
|
34 |
+
"B-product": "11",
|
35 |
+
"I-corporation": "2",
|
36 |
+
"I-creative-work": "4",
|
37 |
+
"I-group": "6",
|
38 |
+
"I-location": "8",
|
39 |
+
"I-person": "10",
|
40 |
+
"I-product": "12",
|
41 |
+
"O": "0"
|
42 |
+
},
|
43 |
+
"layer_norm_eps": 1e-12,
|
44 |
+
"max_position_embeddings": 512,
|
45 |
+
"model_type": "bert",
|
46 |
+
"num_attention_heads": 8,
|
47 |
+
"num_hidden_layers": 4,
|
48 |
+
"pad_token_id": 0,
|
49 |
+
"position_embedding_type": "absolute",
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.21.1",
|
52 |
+
"type_vocab_size": 2,
|
53 |
+
"use_cache": true,
|
54 |
+
"vocab_size": 30522
|
55 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:053942ce8b0d51b9feff6228b495b3372515aec242c1c8d38d160d1644dc27c4
|
3 |
+
size 114057933
|
runs/Aug17_12-10-55_fb9499deebc9/1660738273.0754328/events.out.tfevents.1660738273.fb9499deebc9.73.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd4f79d5bfca5e99e2dd6208bcdd4798fb656262379966643ea5cf917697a2f3
|
3 |
+
size 5448
|
runs/Aug17_12-10-55_fb9499deebc9/events.out.tfevents.1660738273.fb9499deebc9.73.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdae6e435c84e049ea9e6759aa229a57a994213d54951996edc18a28004ac348
|
3 |
+
size 4722
|
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.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
+
"do_lower_case": true,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"name_or_path": "google/bert_uncased_L-4_H-512_A-8",
|
7 |
+
"never_split": null,
|
8 |
+
"pad_token": "[PAD]",
|
9 |
+
"sep_token": "[SEP]",
|
10 |
+
"special_tokens_map_file": null,
|
11 |
+
"strip_accents": null,
|
12 |
+
"tokenize_chinese_chars": true,
|
13 |
+
"tokenizer_class": "BertTokenizer",
|
14 |
+
"unk_token": "[UNK]"
|
15 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:252cd0e63c1853fdee55c220813f5ef112dcee1929e8b0f78552f8cb1d7b7a6d
|
3 |
+
size 3375
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|