Create config.json
Browse files- 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 |
+
}
|