Text Generation
Transformers
Safetensors
English
microloop_diffusion
causal-lm
base-model
small-language-model
custom_code
muon
hummingbird-v1
conversational
Instructions to use juinron/Hummingbird-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juinron/Hummingbird-V1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="juinron/Hummingbird-V1", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("juinron/Hummingbird-V1", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use juinron/Hummingbird-V1 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "juinron/Hummingbird-V1" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "juinron/Hummingbird-V1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/juinron/Hummingbird-V1
- SGLang
How to use juinron/Hummingbird-V1 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "juinron/Hummingbird-V1" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "juinron/Hummingbird-V1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "juinron/Hummingbird-V1" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "juinron/Hummingbird-V1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use juinron/Hummingbird-V1 with Docker Model Runner:
docker model run hf.co/juinron/Hummingbird-V1
File size: 3,414 Bytes
d03200e 5958b06 d03200e 5958b06 d03200e 5958b06 d03200e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | {
"base_token_presentations": 1500000000,
"checkpoint": "artifacts/runs/natural20b_pilot_muon_b32/checkpoint-tokens-0500000000",
"checkpoint_model_sha256": "c795e5b65cee129c5c1261cb12108d7ff814203342595b86409d1a56ae08ef7b",
"created_at_utc": "2026-08-14T17:36:21.637434+00:00",
"cumulative_token_presentations": 2000170752,
"files": {
"LICENSE": {
"bytes": 11357,
"sha256": "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"
},
"NOTICE": {
"bytes": 809,
"sha256": "2528432a74beebc46af7f34753b2d280d7ac09d7b4caf5ea9e9b4b0710f0912d"
},
"README.md": {
"bytes": 4238,
"sha256": "480ffcda5242f3851fbfd1c540b53e7b5ffef388f8ffeabc93ad90df07f1c20f"
},
"TRAINING_DATA.md": {
"bytes": 2693,
"sha256": "1d3986e1cea683d91e3e16385a4c184f1671f11f0ae73b9fb32c5da442f200ef"
},
"chat_template.jinja": {
"bytes": 184,
"sha256": "df23563531f85f90a16699e28d1fe2458f8d6e46e9a4ab61a9ce0d3b1459bf8c"
},
"config.json": {
"bytes": 1877,
"sha256": "96d46e3e2ac6df31c52613f981ade8bded88ba11f19ff6269ade373d04772a6b"
},
"configuration_microloop.py": {
"bytes": 8042,
"sha256": "8c2777d90977ca1c7051b68ca4abc7da8bc978ffe9c64c34fe66a4d5e3febd2c"
},
"evaluation/arithmark_3.json": {
"bytes": 4693,
"sha256": "6c9970b0eb850a4bd8b5ae0ed377af7d829ec8f40316f92bdc79f6e2e64d17a9"
},
"evaluation/open_slm.json": {
"bytes": 9549,
"sha256": "4794f515a80ace8134870e8ac4ca89ad62818d7a53d639473de5189df2786d74"
},
"generation_config.json": {
"bytes": 250,
"sha256": "c086c408dba55e547bac299549a8b7713c768cb94a52fd2043429b1564d76094"
},
"hummingbird-v1.png": {
"bytes": 981451,
"sha256": "283670be3e6a582679ffc691a329376b2cd4414460b2d9426f46bcf398517a2f"
},
"model.safetensors": {
"bytes": 39041336,
"sha256": "c795e5b65cee129c5c1261cb12108d7ff814203342595b86409d1a56ae08ef7b"
},
"modeling_microloop.py": {
"bytes": 25617,
"sha256": "3dbb5823a62d7f0228a3770411c41503ac3e28ee99bdea5da8ea45fca08acfb7"
},
"tokenizer.json": {
"bytes": 265304,
"sha256": "c063fd42efccd8416d0375230767949356088cc430c8e74d4547438479889077"
},
"tokenizer_config.json": {
"bytes": 482,
"sha256": "87e2a284910c5738892c66e027fa8d9a9d2a4cdc7311a4e9503cffbb7997eeb8"
},
"training/corpus_contract.yaml": {
"bytes": 4528,
"sha256": "08c628840f3bac74fc400a4a70a6e38057880d68dc5914d03a9e2803130b946a"
},
"training/packed_metadata.json": {
"bytes": 1434,
"sha256": "5bc3d4e571fd223eef0523f210bbf17d4c5000f1366b84da11d014ce47228a68"
},
"training/provenance.json": {
"bytes": 2250,
"sha256": "43156355a8da05338b86ff91736d74efe5cb58a8d194a9214ab14d809f6d9592"
}
},
"format_version": 1,
"license": "apache-2.0",
"model_id_placeholder": "juinron/Hummingbird-V1",
"parameter_count": 9592720,
"scores": {
"arc_challenge": 22.26962457337884,
"arc_easy": 33.12289562289562,
"arithmark_3": 36.1,
"hellaswag": 27.56423023302131,
"int_index": 7.5980843240706175,
"piqa": 55.549510337323184
},
"tokenizer": "artifacts/runs/e3_tokenizers/tok_4k_digit",
"tokens_seen": 500170752
}
|