Training in progress, step 1000
Browse files- model.safetensors +1 -1
- tmp-checkpoint-2000/config.json +70 -0
- tmp-checkpoint-2000/model.safetensors +3 -0
- tmp-checkpoint-2000/optimizer.pt +3 -0
- tmp-checkpoint-2000/special_tokens_map.json +7 -0
- tmp-checkpoint-2000/tokenizer.json +0 -0
- tmp-checkpoint-2000/tokenizer_config.json +58 -0
- tmp-checkpoint-2000/training_args.bin +3 -0
- tmp-checkpoint-2000/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 709127044
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05519a24fb4eb92b63648e0a165b79ed0c41d57f1b692043a4dca70f5ff16d3c
|
3 |
size 709127044
|
tmp-checkpoint-2000/config.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "DeepPavlov/bert-base-bg-cs-pl-ru-cased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.2,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.2,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "O",
|
14 |
+
"1": "B-A",
|
15 |
+
"2": "I-A",
|
16 |
+
"3": "B-G",
|
17 |
+
"4": "I-G",
|
18 |
+
"5": "B-I",
|
19 |
+
"6": "I-I",
|
20 |
+
"7": "B-M",
|
21 |
+
"8": "I-M",
|
22 |
+
"9": "B-N",
|
23 |
+
"10": "I-N",
|
24 |
+
"11": "B-O",
|
25 |
+
"12": "I-O",
|
26 |
+
"13": "B-P",
|
27 |
+
"14": "I-P",
|
28 |
+
"15": "B-T",
|
29 |
+
"16": "I-T"
|
30 |
+
},
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"intermediate_size": 3072,
|
33 |
+
"label2id": {
|
34 |
+
"B-A": 1,
|
35 |
+
"B-G": 3,
|
36 |
+
"B-I": 5,
|
37 |
+
"B-M": 7,
|
38 |
+
"B-N": 9,
|
39 |
+
"B-O": 11,
|
40 |
+
"B-P": 13,
|
41 |
+
"B-T": 15,
|
42 |
+
"I-A": 2,
|
43 |
+
"I-G": 4,
|
44 |
+
"I-I": 6,
|
45 |
+
"I-M": 8,
|
46 |
+
"I-N": 10,
|
47 |
+
"I-O": 12,
|
48 |
+
"I-P": 14,
|
49 |
+
"I-T": 16,
|
50 |
+
"O": 0
|
51 |
+
},
|
52 |
+
"layer_norm_eps": 1e-12,
|
53 |
+
"max_position_embeddings": 512,
|
54 |
+
"model_type": "bert",
|
55 |
+
"num_attention_heads": 12,
|
56 |
+
"num_hidden_layers": 12,
|
57 |
+
"output_past": true,
|
58 |
+
"pad_token_id": 0,
|
59 |
+
"pooler_fc_size": 768,
|
60 |
+
"pooler_num_attention_heads": 12,
|
61 |
+
"pooler_num_fc_layers": 3,
|
62 |
+
"pooler_size_per_head": 128,
|
63 |
+
"pooler_type": "first_token_transform",
|
64 |
+
"position_embedding_type": "absolute",
|
65 |
+
"torch_dtype": "float32",
|
66 |
+
"transformers_version": "4.36.2",
|
67 |
+
"type_vocab_size": 2,
|
68 |
+
"use_cache": true,
|
69 |
+
"vocab_size": 119547
|
70 |
+
}
|
tmp-checkpoint-2000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:318051de425d1b451fec08c24ef25eea8e7e2634921fe8e18a4a96f7c0b5f66d
|
3 |
+
size 709127044
|
tmp-checkpoint-2000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a5219a48a8531310c197a781401651b8027ae66cb89becfe300c88c2ea11860
|
3 |
+
size 1418373818
|
tmp-checkpoint-2000/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-2000/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tmp-checkpoint-2000/tokenizer_config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "[PAD]",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"100": {
|
13 |
+
"content": "[UNK]",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"101": {
|
21 |
+
"content": "[CLS]",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"102": {
|
29 |
+
"content": "[SEP]",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"103": {
|
37 |
+
"content": "[MASK]",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "[CLS]",
|
47 |
+
"do_basic_tokenize": true,
|
48 |
+
"do_lower_case": false,
|
49 |
+
"mask_token": "[MASK]",
|
50 |
+
"model_max_length": 1000000000000000019884624838656,
|
51 |
+
"never_split": null,
|
52 |
+
"pad_token": "[PAD]",
|
53 |
+
"sep_token": "[SEP]",
|
54 |
+
"strip_accents": null,
|
55 |
+
"tokenize_chinese_chars": true,
|
56 |
+
"tokenizer_class": "BertTokenizer",
|
57 |
+
"unk_token": "[UNK]"
|
58 |
+
}
|
tmp-checkpoint-2000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf0d5968f81b5d28a1a051b6b105beecc093ab2deab9f5ad9d66b9d03e42accc
|
3 |
+
size 4728
|
tmp-checkpoint-2000/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 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7faa40accf1650250eb39639c7b5732ac492cb226b94349c6eb8ffba3b67a2fe
|
3 |
size 4728
|