@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
16 lines (15 loc) • 495 B
JSON
{
"$id": "/inference/schemas/feature-extraction/output.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "Feature Extraction Output.\n\nAuto-generated from TEI specs.\nFor more details, check out https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/scripts/inference-tei-import.ts.",
"title": "FeatureExtractionOutput",
"type": "array",
"$defs": {},
"items": {
"type": "array",
"items": {
"type": "number",
"format": "float"
}
}
}