Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- runs/Mar28_09-36-54_732080d87218/events.out.tfevents.1711618615.732080d87218.11286.0 +3 -0
- runs/Mar28_09-40-24_732080d87218/events.out.tfevents.1711618827.732080d87218.12425.0 +3 -0
- tmp-checkpoint-957/config.json +62 -0
- tmp-checkpoint-957/model.safetensors +3 -0
- tmp-checkpoint-957/optimizer.pt +3 -0
- tmp-checkpoint-957/special_tokens_map.json +7 -0
- tmp-checkpoint-957/tokenizer.json +0 -0
- tmp-checkpoint-957/tokenizer_config.json +57 -0
- tmp-checkpoint-957/training_args.bin +3 -0
- tmp-checkpoint-957/vocab.txt +0 -0
- training_args.bin +1 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 709114740
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7de5fb9b9c02ceca4cb7087fbfaeeda97a6188b0db226dd269212055a9c49836
|
3 |
size 709114740
|
runs/Mar28_09-36-54_732080d87218/events.out.tfevents.1711618615.732080d87218.11286.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9caa492fb6e57908cbeafbd4f231d62048cd1c6f30471fe5ef19f9dfcb5e492c
|
3 |
+
size 5935
|
runs/Mar28_09-40-24_732080d87218/events.out.tfevents.1711618827.732080d87218.12425.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:695cc20d128c6fa07ff894ce8e60c34c2677b4867bd37cc05088670a7891a491
|
3 |
+
size 5935
|
tmp-checkpoint-957/config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bond005/rubert-entity-embedder",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "O",
|
14 |
+
"1": "B-PER",
|
15 |
+
"2": "I-PER",
|
16 |
+
"3": "B-LOC",
|
17 |
+
"4": "I-LOC",
|
18 |
+
"5": "B-CORP",
|
19 |
+
"6": "I-CORP",
|
20 |
+
"7": "B-GRP",
|
21 |
+
"8": "I-GRP",
|
22 |
+
"9": "B-PROD",
|
23 |
+
"10": "I-PROD",
|
24 |
+
"11": "B-CW",
|
25 |
+
"12": "I-CW"
|
26 |
+
},
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 3072,
|
29 |
+
"label2id": {
|
30 |
+
"B-CORP": 5,
|
31 |
+
"B-CW": 11,
|
32 |
+
"B-GRP": 7,
|
33 |
+
"B-LOC": 3,
|
34 |
+
"B-PER": 1,
|
35 |
+
"B-PROD": 9,
|
36 |
+
"I-CORP": 6,
|
37 |
+
"I-CW": 12,
|
38 |
+
"I-GRP": 8,
|
39 |
+
"I-LOC": 4,
|
40 |
+
"I-PER": 2,
|
41 |
+
"I-PROD": 10,
|
42 |
+
"O": 0
|
43 |
+
},
|
44 |
+
"layer_norm_eps": 1e-12,
|
45 |
+
"max_position_embeddings": 512,
|
46 |
+
"model_type": "bert",
|
47 |
+
"num_attention_heads": 12,
|
48 |
+
"num_hidden_layers": 12,
|
49 |
+
"output_past": true,
|
50 |
+
"pad_token_id": 0,
|
51 |
+
"pooler_fc_size": 768,
|
52 |
+
"pooler_num_attention_heads": 12,
|
53 |
+
"pooler_num_fc_layers": 3,
|
54 |
+
"pooler_size_per_head": 128,
|
55 |
+
"pooler_type": "first_token_transform",
|
56 |
+
"position_embedding_type": "absolute",
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.38.2",
|
59 |
+
"type_vocab_size": 2,
|
60 |
+
"use_cache": true,
|
61 |
+
"vocab_size": 119547
|
62 |
+
}
|
tmp-checkpoint-957/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8ae54ec1d8608548afc229c382c754bb6a616bf8c8c2d5889454ba5c5e22643
|
3 |
+
size 709114740
|
tmp-checkpoint-957/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b462b1c8c3b9f35ac65b33e361c8329ba3e6735539e203701de5c036050e2735
|
3 |
+
size 596167197
|
tmp-checkpoint-957/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 |
+
}
|
tmp-checkpoint-957/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tmp-checkpoint-957/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 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
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": false,
|
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 |
+
}
|
tmp-checkpoint-957/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b953adde4f70c8c096c602e26b198210e8274bea86d045614ec66b70f2313944
|
3 |
+
size 4920
|
tmp-checkpoint-957/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdfd945eb0a22bc0cda7271e67405fc147b3df803afa2d77a09736318f208b36
|
3 |
size 4920
|