duttaprat commited on
Commit
8366bb3
·
verified ·
1 Parent(s): 979036a

Create config.json

Browse files

Add root config.json for download tracking

Files changed (1) hide show
  1. config.json +5 -0
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_type": "bert",
3
+ "architectures": ["BertForSequenceClassification"],
4
+ "_note": "Root config for HuggingFace download tracking. Load individual models using subfolder parameter."
5
+ }