oyonay12 commited on
Commit
b71ac06
1 Parent(s): 275ebf4

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DistilBertForSequenceClassification"
4
+ ],
5
+ "model_type": "distilbert",
6
+ "pipeline_tag": "text-classification",
7
+ "num_labels": 293
8
+ }