samtuckervegan commited on
Commit
bcdfca3
·
verified ·
1 Parent(s): 72e4137

Create pipeline_config.json

Browse files
Files changed (1) hide show
  1. 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
+ }