Create pipeline_config.json
Browse files- pipeline_config.json +9 -0
pipeline_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "text-regression",
|
| 3 |
+
"framework": "pt",
|
| 4 |
+
"model": {
|
| 5 |
+
"type": "AutoModelForSequenceClassification",
|
| 6 |
+
"model_type": "distilbert",
|
| 7 |
+
"model_name": "distilbert-base-uncased"
|
| 8 |
+
}
|
| 9 |
+
}
|