初始化项目,由ModelHub XC社区提供模型

Model: posttrainllm/qwen3-4b-file-ops-distilled
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-05 20:55:16 +08:00
commit e45d6fdcda
14 changed files with 798 additions and 0 deletions

72
tinygpt.lock.json Normal file
View File

@@ -0,0 +1,72 @@
{
"artifact_type": "hf_safetensors_directory",
"base_model": {
"architecture": "Qwen3ForCausalLM",
"id": "Qwen/Qwen3-4B-Instruct-2507",
"precision": "bf16"
},
"compatibility": {
"browser_playground": false,
"mlx_lm": true,
"tinygpt_serve_hf_dir": true
},
"files": [
{
"bytes": 5321133607,
"path": "model-00001-of-00002.safetensors",
"sha256": "4674dcae878efd81c3a6f10409c96598c0c646e61bea6a2174d0a49d53d99865"
},
{
"bytes": 2723848286,
"path": "model-00002-of-00002.safetensors",
"sha256": "c311219f995e5805d8c7e4200ca4546de9cacbaeffab98c81b8505f44b86f6fd"
},
{
"bytes": 34462,
"path": "model.safetensors.index.json"
},
{
"bytes": 817,
"path": "config.json"
},
{
"bytes": 238,
"path": "generation_config.json"
},
{
"bytes": 11422650,
"path": "tokenizer.json"
},
{
"bytes": 730,
"path": "tokenizer_config.json"
},
{
"bytes": 2630,
"path": "chat_template.jinja"
}
],
"id": "qwen3-4b-file-ops-distilled",
"local_path": null,
"notes": [
"Large weights are published on Hugging Face Hub, not stored in git or required to remain in local cache.",
"Use mlx_load.py for metadata checks by default; pass --load to load arrays."
],
"package_files": {
"eval_report": "eval_report.json",
"loader": "mlx_load.py",
"model_card": "model_card.md",
"prompt": "prompt.md"
},
"public_uri": "hf://models/sarthakagrawal927/qwen3-4b-file-ops-distilled",
"schema": "tinygpt.specialist.lock.v1",
"storage": {
"large_weights_published": true,
"primary": "huggingface_hub",
"r2": "legacy-optional-cache",
"repo_id": "sarthakagrawal927/qwen3-4b-file-ops-distilled",
"repo_type": "model",
"status": "weights-published",
"weights_commit": "33a7244854f797e35b34ce05a6d5184f0949ada7"
}
}