Alexander-Learn
commited on
Commit
·
6dc4577
1
Parent(s):
0737bea
Training in progress epoch 0
Browse files- config.json +3 -8
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "bert-base-
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
-
"
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
@@ -39,15 +39,10 @@
|
|
39 |
"num_attention_heads": 12,
|
40 |
"num_hidden_layers": 12,
|
41 |
"pad_token_id": 0,
|
42 |
-
"pooler_fc_size": 768,
|
43 |
-
"pooler_num_attention_heads": 12,
|
44 |
-
"pooler_num_fc_layers": 3,
|
45 |
-
"pooler_size_per_head": 128,
|
46 |
-
"pooler_type": "first_token_transform",
|
47 |
"position_embedding_type": "absolute",
|
48 |
"torch_dtype": "float32",
|
49 |
"transformers_version": "4.12.4",
|
50 |
"type_vocab_size": 2,
|
51 |
"use_cache": true,
|
52 |
-
"vocab_size":
|
53 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-cased",
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
|
|
39 |
"num_attention_heads": 12,
|
40 |
"num_hidden_layers": 12,
|
41 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
42 |
"position_embedding_type": "absolute",
|
43 |
"torch_dtype": "float32",
|
44 |
"transformers_version": "4.12.4",
|
45 |
"type_vocab_size": 2,
|
46 |
"use_cache": true,
|
47 |
+
"vocab_size": 28996
|
48 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af10d53e4309710cd4eb074399b1899d4b2725b15f5f82c89381c8a790a5f4a9
|
3 |
+
size 430989809
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-
|
|
|
1 |
+
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|