Training in progress, epoch 1
Browse files- config.json +8 -3
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
- training_args.bin +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,
|
@@ -35,10 +35,15 @@
|
|
35 |
"num_attention_heads": 12,
|
36 |
"num_hidden_layers": 12,
|
37 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
38 |
"position_embedding_type": "absolute",
|
39 |
"torch_dtype": "float32",
|
40 |
"transformers_version": "4.34.0",
|
41 |
"type_vocab_size": 2,
|
42 |
"use_cache": true,
|
43 |
-
"vocab_size":
|
44 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-chinese",
|
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,
|
|
|
35 |
"num_attention_heads": 12,
|
36 |
"num_hidden_layers": 12,
|
37 |
"pad_token_id": 0,
|
38 |
+
"pooler_fc_size": 768,
|
39 |
+
"pooler_num_attention_heads": 12,
|
40 |
+
"pooler_num_fc_layers": 3,
|
41 |
+
"pooler_size_per_head": 128,
|
42 |
+
"pooler_type": "first_token_transform",
|
43 |
"position_embedding_type": "absolute",
|
44 |
"torch_dtype": "float32",
|
45 |
"transformers_version": "4.34.0",
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
+
"vocab_size": 21128
|
49 |
}
|
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:d4ef746e2726f47032b90612804df1c3e41336632cf433341c84658c42c7a9a2
|
3 |
+
size 406797481
|
tokenizer.json
CHANGED
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 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c50faf62126bd300e9c87d2c899850f0a10dd14602f5eb610d95c15a639b285
|
3 |
size 4091
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|