Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -28,5 +28,6 @@
|
|
| 28 |
"transformers_version": "4.19.2",
|
| 29 |
"type_vocab_size": 2,
|
| 30 |
"use_cache": true,
|
| 31 |
-
"vocab_size": 30524
|
|
|
|
| 32 |
}
|
|
|
|
| 28 |
"transformers_version": "4.19.2",
|
| 29 |
"type_vocab_size": 2,
|
| 30 |
"use_cache": true,
|
| 31 |
+
"vocab_size": 30524,
|
| 32 |
+
"pipeline_tag": "rule_scoring",
|
| 33 |
}
|