Kosuke-Yamada
commited on
Commit
•
1a3156c
1
Parent(s):
6ffcd53
Upload config
Browse files- config.json +3 -8
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
@@ -55,13 +55,8 @@
|
|
55 |
"num_hidden_layers": 12,
|
56 |
"pad_token_id": 0,
|
57 |
"position_embedding_type": "absolute",
|
58 |
-
"special_token_ids": [
|
59 |
-
2,
|
60 |
-
3,
|
61 |
-
0
|
62 |
-
],
|
63 |
"torch_dtype": "float32",
|
64 |
-
"transformers_version": "4.
|
65 |
"type_vocab_size": 2,
|
66 |
"use_cache": true,
|
67 |
"vocab_size": 32768
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "output_bert_crf_ner/checkpoint-938",
|
3 |
"architectures": [
|
4 |
+
"AutoModelForTokenClassificationWithCrf"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
|
|
55 |
"num_hidden_layers": 12,
|
56 |
"pad_token_id": 0,
|
57 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
|
|
|
|
58 |
"torch_dtype": "float32",
|
59 |
+
"transformers_version": "4.30.2",
|
60 |
"type_vocab_size": 2,
|
61 |
"use_cache": true,
|
62 |
"vocab_size": 32768
|