| { | |
| "description": "This dataset contains 2000 DNA sequences with associated labels. Each sequence varies in length from 200 to 10000. The labels represent different categories relevant to the sequences.", | |
| "homepage": "https://example.com", | |
| "license": "MIT", | |
| "citation": "@article{example2024,...}", | |
| "task_categories": ["seq-classification", "bioinformatics"], | |
| "genmoe": ["DNA"], | |
| "dataset_size": { | |
| "num_samples": 2000, | |
| "total_size_in_bytes": 1234567 | |
| }, | |
| "features": { | |
| "sequence": { | |
| "type": "string", | |
| "description": "DNA sequence" | |
| }, | |
| "label1": { | |
| "type": "int", | |
| "num_classes": 2, | |
| "description": "Binary label" | |
| }, | |
| "label2": { | |
| "type": "int", | |
| "num_classes": 3, | |
| "description": "Ternary label" | |
| }, | |
| "label3": { | |
| "type": "int", | |
| "num_classes": 5, | |
| "description": "Quinary label" | |
| } | |
| }, | |
| "version": "1.0.0", | |
| "author": { | |
| "name": "ljc", | |
| "contact": "ljc@example.com" | |
| } | |
| } | |