Text Generation
Transformers
Safetensors
qwen3_5_moe_text
darwin
darwin-v7
evolutionary-merge
reasoning
advanced-reasoning
chain-of-thought
thinking
qwen3.6
qwen
Mixture of Experts
mixture-of-experts
claude-opus
distillation
gpqa
benchmark
open-source
apache-2.0
hybrid-vigor
proto-agi
vidraft
Eval Results
conversational
Eval Results (legacy)
Instructions to use FINAL-Bench/Darwin-36B-Opus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FINAL-Bench/Darwin-36B-Opus with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="FINAL-Bench/Darwin-36B-Opus") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("FINAL-Bench/Darwin-36B-Opus") model = AutoModelForCausalLM.from_pretrained("FINAL-Bench/Darwin-36B-Opus") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use FINAL-Bench/Darwin-36B-Opus with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "FINAL-Bench/Darwin-36B-Opus" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FINAL-Bench/Darwin-36B-Opus", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/FINAL-Bench/Darwin-36B-Opus
- SGLang
How to use FINAL-Bench/Darwin-36B-Opus 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 "FINAL-Bench/Darwin-36B-Opus" \ --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": "FINAL-Bench/Darwin-36B-Opus", "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 "FINAL-Bench/Darwin-36B-Opus" \ --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": "FINAL-Bench/Darwin-36B-Opus", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use FINAL-Bench/Darwin-36B-Opus with Docker Model Runner:
docker model run hf.co/FINAL-Bench/Darwin-36B-Opus
Cleanup: Remove dangling v1 safetensors shards (not referenced by index)
Browse files- model-00001-of-00026.safetensors +0 -3
- model-00002-of-00026.safetensors +0 -3
- model-00003-of-00026.safetensors +0 -3
- model-00004-of-00026.safetensors +0 -3
- model-00005-of-00026.safetensors +0 -3
- model-00006-of-00026.safetensors +0 -3
- model-00007-of-00026.safetensors +0 -3
- model-00008-of-00026.safetensors +0 -3
- model-00009-of-00026.safetensors +0 -3
- model-00010-of-00026.safetensors +0 -3
- model-00011-of-00026.safetensors +0 -3
- model-00012-of-00026.safetensors +0 -3
- model-00013-of-00026.safetensors +0 -3
- model-00014-of-00026.safetensors +0 -3
- model-00015-of-00026.safetensors +0 -3
- model-00016-of-00026.safetensors +0 -3
- model-00017-of-00026.safetensors +0 -3
- model-00018-of-00026.safetensors +0 -3
- model-00019-of-00026.safetensors +0 -3
- model-00020-of-00026.safetensors +0 -3
- model-00021-of-00026.safetensors +0 -3
- model-00022-of-00026.safetensors +0 -3
- model-00023-of-00026.safetensors +0 -3
- model-00024-of-00026.safetensors +0 -3
- model-00025-of-00026.safetensors +0 -3
- model-00026-of-00026.safetensors +0 -3
model-00001-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cd736d53f1ad547e5e2bf76056a85b7ef459aeabeac316841372cf3aae4c39f0
|
| 3 |
-
size 3996199680
|
|
|
|
|
|
|
|
|
|
|
|
model-00002-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bc2fa5ef1db267a0d1534b2bb883378beb7cf476c9e8169e5aeddc2a9962e9f0
|
| 3 |
-
size 1284907672
|
|
|
|
|
|
|
|
|
|
|
|
model-00003-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f3101f11ccaa437fbeffdff97e053aa870fee5a8f676ff31e0c7da1720774be6
|
| 3 |
-
size 3357898328
|
|
|
|
|
|
|
|
|
|
|
|
model-00004-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:53a154df2a6293fb8c773cfe2ad36a21ed6223f12efb074c425a6b3b0c4cfaa0
|
| 3 |
-
size 3370808680
|
|
|
|
|
|
|
|
|
|
|
|
model-00005-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ff3d373f8ded18c007d29b20bd21dbc037da18d9cb0328a231eb6201401eee39
|
| 3 |
-
size 3357898328
|
|
|
|
|
|
|
|
|
|
|
|
model-00006-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:208029410a96a742737d4facba86575cab27b3c63b6a46a2f9fea11561aad0db
|
| 3 |
-
size 3959424872
|
|
|
|
|
|
|
|
|
|
|
|
model-00007-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:259097bd43725af329741b11e92b7bba43939ef8fe3cb3ada16ee6ef2ed8c30f
|
| 3 |
-
size 1096788200
|
|
|
|
|
|
|
|
|
|
|
|
model-00008-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:69ded80f4cc677ad6afe978b0522e793d5954e375553ce819d60dcd8a9e552bc
|
| 3 |
-
size 3946841976
|
|
|
|
|
|
|
|
|
|
|
|
model-00009-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:14e2daa1edbbf6df5f078f4325aa42c7e8906a6f7206307646b3d2179582cfef
|
| 3 |
-
size 1096460816
|
|
|
|
|
|
|
|
|
|
|
|
model-00010-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e67ffdce4e3d58ca5ae03f7e4d96f8032b5cb26b74b0228b41b760875aff6811
|
| 3 |
-
size 3946841960
|
|
|
|
|
|
|
|
|
|
|
|
model-00011-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8d015def2200f5101aea3de1e655593e6606e91179fab7c60430a7475a561e8e
|
| 3 |
-
size 1096460720
|
|
|
|
|
|
|
|
|
|
|
|
model-00012-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2043579ed722c46ac12f1de2df597b8899f543fd3f02dbc15be8809258190204
|
| 3 |
-
size 3409971048
|
|
|
|
|
|
|
|
|
|
|
|
model-00013-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b17383078b7871c1260b5982190a15856547afdce73f65b3eb48d7bdd9af4733
|
| 3 |
-
size 1633331632
|
|
|
|
|
|
|
|
|
|
|
|
model-00014-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c9548f87ccdc0fd23b61ff4d41d17fdbc9d2cf1ccb6e217b49a2e77e446cc36e
|
| 3 |
-
size 3422553840
|
|
|
|
|
|
|
|
|
|
|
|
model-00015-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:07d6c595fa11ea86d1cf28b34162f1c1a0ba6395415141d8457bed8f1a69bd99
|
| 3 |
-
size 1633659192
|
|
|
|
|
|
|
|
|
|
|
|
model-00016-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4bdcd920e97bf64d99cc095ed37e76b684071438feb1bd5168e2444d1f95241e
|
| 3 |
-
size 3946842104
|
|
|
|
|
|
|
|
|
|
|
|
model-00017-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c7ad799298def5fe7f31f4142ee0f0ef938649592d28ce000db71e0ef962cb18
|
| 3 |
-
size 1096460576
|
|
|
|
|
|
|
|
|
|
|
|
model-00018-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:487bc52558b53c05263ce89f40846501787fdc6e0e4486ce2a84006f02a62b0d
|
| 3 |
-
size 3946841960
|
|
|
|
|
|
|
|
|
|
|
|
model-00019-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:792482237192b978e2030a8ec6750cd927d854ef4bf4dad08a33853aff535fa2
|
| 3 |
-
size 1096460776
|
|
|
|
|
|
|
|
|
|
|
|
model-00020-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4db7e1192b69836e6782ddee88ce6d7c48bee3623f7419a96da8cc7e1f37a5ce
|
| 3 |
-
size 3409971040
|
|
|
|
|
|
|
|
|
|
|
|
model-00021-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:43f7f62c0591d727fa69207be3bc88eb60f590d2674832e356ef2cebd7ffbb66
|
| 3 |
-
size 1633331712
|
|
|
|
|
|
|
|
|
|
|
|
model-00022-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e3f8b8d497428abbe3008318e9ca7619132418f16e73560f4f6abfd7f62d0d10
|
| 3 |
-
size 3370808720
|
|
|
|
|
|
|
|
|
|
|
|
model-00023-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5bb31679261a3ebf3e78fbc1b7a48dfdd3839dbcc729415602757523f7fd0e9c
|
| 3 |
-
size 3357898360
|
|
|
|
|
|
|
|
|
|
|
|
model-00024-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:567a56a0309e57f3d2c9481df1a7a7d852bb1e18b1f37e5dbd26b4ef8d108edb
|
| 3 |
-
size 3370808720
|
|
|
|
|
|
|
|
|
|
|
|
model-00025-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e692f8856ee8d96f826fe5e7dfdca85bdfeff918fd4ab6e6e17fc03dec04c3c2
|
| 3 |
-
size 3832888224
|
|
|
|
|
|
|
|
|
|
|
|
model-00026-of-00026.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:84320dec3f77619ab434f1ac56a8fe6c51610ac5d8e5191a91bd3c6472aa4e78
|
| 3 |
-
size 2231416816
|
|
|
|
|
|
|
|
|
|
|
|