abdullah4 commited on
Commit
bfeb788
·
1 Parent(s): 58fe16f

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "ai-detector",
3
+ "description": "chatgpt text detector",
4
+ "language": "python",
5
+ "pipeline": ["feature-extraction", "classification"],
6
+ "input_types": ["text"],
7
+ "output_types": ["json"],
8
+ "task": "text-classification"
9
+ }