Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
},
|
| 9 |
"custom_pipelines": {
|
| 10 |
"IFIDF-QA": {
|
| 11 |
-
"impl": "
|
| 12 |
"pt": [
|
| 13 |
"AutoModelForQuestionAnswering"
|
| 14 |
],
|
|
|
|
| 8 |
},
|
| 9 |
"custom_pipelines": {
|
| 10 |
"IFIDF-QA": {
|
| 11 |
+
"impl": "QAPipeline.QAPipeline",
|
| 12 |
"pt": [
|
| 13 |
"AutoModelForQuestionAnswering"
|
| 14 |
],
|