Buckets:
| { | |
| "$schema": "https://json-schema.org/draft/2020-12/schema", | |
| "$id": "https://huggingface.co/buckets/StephaneGSL/kimi-k3-analysis/schemas/optimization-roadmap.schema.json", | |
| "title": "Kimi K3 optimization roadmap", | |
| "type": "object", | |
| "required": ["model", "items"], | |
| "properties": { | |
| "$schema": {"type": "string"}, | |
| "model": {"const": "moonshotai/Kimi-K3"}, | |
| "items": { | |
| "type": "array", | |
| "minItems": 1, | |
| "items": { | |
| "type": "object", | |
| "required": [ | |
| "id", | |
| "priority", | |
| "scope", | |
| "change", | |
| "expectedImpact", | |
| "risk", | |
| "verification" | |
| ], | |
| "properties": { | |
| "id": {"type": "string", "pattern": "^[a-z0-9-]+$"}, | |
| "priority": {"type": "integer", "minimum": 1, "maximum": 5}, | |
| "scope": { | |
| "enum": ["inference", "kernels", "agent", "architecture", "model"] | |
| }, | |
| "change": {"type": "string", "minLength": 10}, | |
| "expectedImpact": {"enum": ["low", "medium", "high", "very-high"]}, | |
| "risk": {"enum": ["low", "medium", "high"]}, | |
| "verification": { | |
| "type": "array", | |
| "minItems": 1, | |
| "items": {"type": "string"} | |
| } | |
| }, | |
| "additionalProperties": false | |
| } | |
| } | |
| }, | |
| "additionalProperties": false | |
| } | |
Xet Storage Details
- Size:
- 1.36 kB
- Xet hash:
- 6c7e5e6318e4dc43762436d717b944a38066302aa442d82a30ce49e459bc742c
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.