File size: 238 Bytes
bfeb788 | 1 2 3 4 5 6 7 8 9 10 | {
"name": "ai-detector",
"description": "chatgpt text detector",
"language": "python",
"pipeline": ["feature-extraction", "classification"],
"input_types": ["text"],
"output_types": ["json"],
"task": "text-classification"
}
|