Upload BertForTokenClassification
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
@@ -42,7 +42,7 @@
|
|
42 |
"pooler_type": "first_token_transform",
|
43 |
"position_embedding_type": "absolute",
|
44 |
"torch_dtype": "float32",
|
45 |
-
"transformers_version": "4.48.
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 21128
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "roberthsu2003/models_for_ner",
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
|
|
42 |
"pooler_type": "first_token_transform",
|
43 |
"position_embedding_type": "absolute",
|
44 |
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.48.2",
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 21128
|