Upload PairTextClassificationPipeline
Browse files- config.json +1 -10
config.json
CHANGED
|
@@ -1,18 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "weave_models/
|
| 3 |
"architectures": [
|
| 4 |
"T5ForTokenClassification"
|
| 5 |
],
|
| 6 |
"classifier_dropout": 0.0,
|
| 7 |
-
"custom_pipelines": {
|
| 8 |
-
"pair-classification": {
|
| 9 |
-
"impl": "custom_pipeline.PairTextClassificationPipeline",
|
| 10 |
-
"pt": [
|
| 11 |
-
"T5ForTokenClassification"
|
| 12 |
-
],
|
| 13 |
-
"tf": []
|
| 14 |
-
}
|
| 15 |
-
},
|
| 16 |
"d_ff": 2048,
|
| 17 |
"d_kv": 64,
|
| 18 |
"d_model": 768,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "weave_models/vectara",
|
| 3 |
"architectures": [
|
| 4 |
"T5ForTokenClassification"
|
| 5 |
],
|
| 6 |
"classifier_dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"d_ff": 2048,
|
| 8 |
"d_kv": 64,
|
| 9 |
"d_model": 768,
|