michaelfeil
commited on
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_name_or_path": "jinaai/jina-bert-implementation",
|
3 |
-
"architectures": ["
|
4 |
"attention_probs_dropout_prob": 0.1,
|
5 |
"attn_implementation": "torch",
|
6 |
"auto_map": {
|
|
|
1 |
{
|
2 |
"_name_or_path": "jinaai/jina-bert-implementation",
|
3 |
+
"architectures": ["JinaBertForSequenceClassification"],
|
4 |
"attention_probs_dropout_prob": 0.1,
|
5 |
"attn_implementation": "torch",
|
6 |
"auto_map": {
|