UNPKG

@huggingface/tasks

Version:
16 lines (15 loc) 495 B
{ "$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" } } }