noobpk commited on
Commit
4f7e2fd
·
verified ·
1 Parent(s): e23927c

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "tensorflow",
3
+ "framework": "tf",
4
+ "task": "text-classification",
5
+ "pipeline_tag": "text-classification",
6
+ "library_name": "transformers",
7
+ "license": "mit"
8
+ }