manikumargouni commited on
Commit
f0d902a
·
verified ·
1 Parent(s): 3cac779

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -1,10 +1,13 @@
1
  {
2
- "model_type": "admesh-intent-classifier",
 
3
  "pipeline_tag": "text-classification",
4
  "custom_pipelines": {
5
  "admesh-intent": {
6
  "impl": "pipeline.AdmeshIntentPipeline",
7
- "pt": [],
 
 
8
  "tf": []
9
  }
10
  }
 
1
  {
2
+ "model_type": "distilbert",
3
+ "num_labels": 2,
4
  "pipeline_tag": "text-classification",
5
  "custom_pipelines": {
6
  "admesh-intent": {
7
  "impl": "pipeline.AdmeshIntentPipeline",
8
+ "pt": [
9
+ "AutoModelForSequenceClassification"
10
+ ],
11
  "tf": []
12
  }
13
  }