ai-detection / config.json
abdullah4's picture
Create config.json
bfeb788
raw
history blame contribute delete
238 Bytes
{
"name": "ai-detector",
"description": "chatgpt text detector",
"language": "python",
"pipeline": ["feature-extraction", "classification"],
"input_types": ["text"],
"output_types": ["json"],
"task": "text-classification"
}