AI SeedbankHelp preserve open and free AI for humanity's future

← All models

dphn_dolphin-2.9.1-yi-1.5-34b

dphn · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: 1 · Leechers: 0

Observed 2026-09-01T16:02:52Z via announce.aitorrent.org:7070.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: apache-2.0 base_model: 01-ai/Yi-1.5-34B tags:

  • generated_from_trainer
  • axolotl datasets:
  • cognitivecomputations/Dolphin-2.9
  • teknium/OpenHermes-2.5
  • m-a-p/CodeFeedback-Filtered-Instruction
  • cognitivecomputations/dolphin-coder
  • cognitivecomputations/samantha-data
  • microsoft/orca-math-word-problems-200k
  • Locutusque/function-calling-chatml
  • internlm/Agent-FLAN

Dolphin 2.9.1 Yi 1.5 34b 🐬

Curated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations

This is our most spectacular outcome ever. FFT, all parameters, 16bit. 77.4 MMLU on 34b. And it talks like a dream.

Although the max positional embeddings is 4k, we used rope theta of 1000000.0 and we trained with sequence length 8k. We plan to train on the upcoming 32k version as well.

Website: https://dphn.ai
Twitter: https://x.com/dphnAI
Web Chat: https://chat.dphn.ai
Telegram bot: https://t.me/DolphinAI_bot

Our appreciation for the sponsors of Dolphin 2.9.1:

  • Crusoe Cloud - provided excellent on-demand 8xH100 node
  • OnDemand - provided inference sponsorship

This model is based on Yi-1.5-34b, and is governed by apache 2.0 license.

The base model has 4k context, but we used rope theta of 1000000.0 and the full-weight fine-tuning was with 8k sequence length.

Dolphin 2.9.1 uses ChatML prompt template format.

example:

<|im_start|>system
You are Dolphin, a helpful AI assistant.<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

Dolphin-2.9.1 has a variety of instruction, conversational, and coding skills. It also has initial agentic abilities and supports function calling.

Dolphin is uncensored. We have filtered the dataset to remove alignment and bias. This makes the model more compliant. You are advised to implement your own alignment layer before exposing the model as a service. It will be highly compliant with any requests, even unethical ones. Please read my blog post about uncensored models. https://erichartford.com/uncensored-models You are responsible for any content you create using this model. Enjoy responsibly.

Dolphin is licensed according to apache 2.0 license. We grant permission for any use, including commercial. Dolphin was trained on data generated from GPT4, among other models.

Evals

Training

See axolotl config

axolotl version: 0.4.0

base_model: 01-ai/Yi-1.5-34B
model_type: LlamaForCausalLM
tokenizer_type: LlamaTokenizer
trust_remote_code: true

# load_in_8bit: false
# load_in_4bit: true
# strict: false

# adapter: qlora
# lora_modules_to_save: [embed_tokens, lm_head]

# lora_r: 32
# lora_alpha: 16
# lora_dropout: 0.05
# lora_target_linear: True
# lora_fan_in_fan_out:

datasets:
  - path: /workspace/datasets/dolphin-2.9/dolphin201-sharegpt2.jsonl
    type: sharegpt
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/dolphin-coder-translate-sharegpt2.jsonl
    type: sharegpt
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/dolphin-coder-codegen-sharegpt2.jsonl
    type: sharegpt
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/m-a-p_Code-Feedback-sharegpt-unfiltered.jsonl
    type: sharegpt
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/m-a-p_CodeFeedback-Filtered-Instruction-sharegpt-unfiltered.jsonl
    type: sharegpt
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/not_samantha_norefusals.jsonl
    type: sharegpt
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/Orca-Math-resort-unfiltered.jsonl
    type: sharegpt
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/agent_instruct_react_unfiltered.jsonl
    type: sharegpt  
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/toolbench_instruct_j1s1_3k_unfiltered.jsonl
    type: sharegpt  
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/toolbench_negative_unfiltered.jsonl
    type: sharegpt
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/toolbench_react_10p_unfiltered.jsonl
    type: sharegpt
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/toolbench_tflan_cot_30p_unfiltered.jsonl
    type: sharegpt
    conversation: chatml
  - path: /workspace/datasets/dolphin-2.9/openhermes200k_unfiltered.jsonl
    type: sharegpt 
    conversation: chatml

chat_template: chatml

dataset_prepared_path: yi34b
val_set_size: 0.01
output_dir: ./out-yi

sequence_len: 8192
sample_packing: true
pad_to_sequence_len: true

wandb_project: dolphin-2.9-yi-34b
wandb_watch:
wandb_run_id:
wandb_log_model:

gradient_accumulation_steps: 8
micro_batch_size: 1
num_epochs: 3
optimizer: adamw_8bit
lr_scheduler: cosine
learning_rate: 1e-5

train_on_inputs: false
group_by_length: false
bf16: auto
fp16:
tf32: true

gradient_checkpointing: true
gradient_checkpointing_kwargs:
  use_reentrant: false
early_stopping_patience:
# resume_from_checkpoint: /workspace/axolotl/dbrx-checkpoint
logging_steps: 1
xformers_attention:
flash_attention: true

warmup_steps: 10
evals_per_epoch: 4
eval_table_size:
saves_per_epoch: 4
save_total_limit: 2
save_steps:
debug:
deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16.json
weight_decay: 0.05
fsdp:
fsdp_config:
special_tokens:
  bos_token: "<|startoftext|>"
  eos_token: "<|im_end|>"
  pad_token: "<unk>"
  unk_token: "<unk>"
tokens:
  - "<|im_start|>"
  

out-yi

This model is a fine-tuned version of 01-ai/Yi-1.5-34B on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.4425

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 1e-05
  • train_batch_size: 1
  • eval_batch_size: 1
  • seed: 42
  • distributed_type: multi-GPU
  • num_devices: 8
  • gradient_accumulation_steps: 8
  • total_train_batch_size: 64
  • total_eval_batch_size: 8
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lr_scheduler_type: cosine
  • lr_scheduler_warmup_steps: 10
  • num_epochs: 3

Training results

Training Loss Epoch Step Validation Loss
0.6265 0.0 1 0.6035
0.4674 0.25 327 0.4344
0.4337 0.5 654 0.4250
0.4346 0.75 981 0.4179
0.3985 1.0 1308 0.4118
0.3128 1.23 1635 0.4201
0.3261 1.48 1962 0.4157
0.3259 1.73 2289 0.4122
0.3126 1.98 2616 0.4079
0.2265 2.21 2943 0.4441
0.2297 2.46 3270 0.4427
0.2424 2.71 3597 0.4425

Framework versions

  • Transformers 4.40.0.dev0
  • Pytorch 2.2.2+cu121
  • Datasets 2.15.0
  • Tokenizers 0.15.0

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:ade0eafc33c803979617545475d87b4efffe3ea2&dn=dphn_dolphin-2.9.1-yi-1.5-34b

Open magnet in torrent client · infohash ade0eafc33c803979617545475d87b4efffe3ea2

Files & hashes

PathSizesha1sha256
README.md7.4 KB (7,625 B)74cbc0838a434e0972cc496b08a319208352de45dcbfc0d48ee4137debe85fa0ceb02fad8c41a68f9c9d9378703876ab5cc1eb07
config.json705 B (705 B)fc8e0c2328eb8dcb4505c6f238e287158d8782b5d64a0bd2f24cc047d8bc12352d77c80d1a77eba3a7fe7bd5c262d46842aa154d
generation_config.json158 B (158 B)7a41ce7ba1f2a793653653e94ba2a97797e1712a86ac9f053d406b15fd7a6754b9f72a94d60a7090a37233aefaea48c4a8765c21
model-00001-of-00015.safetensors4.46 GB (4,793,130,760 B)9a10cac63db6cee2460c3a0a46731598feafc6248e8ad7ad8529d80be2be6cc7
model-00002-of-00015.safetensors4.43 GB (4,756,459,720 B)cb759e4d3baf4e3387b824cc58c9f709805f4ed63e045f5cec8d9f80333af8a3
model-00003-of-00015.safetensors4.65 GB (4,991,370,136 B)3abc572986748e7b60c4e8db1599e29c1dd700270271d59d40b80f54fbc00345
model-00004-of-00015.safetensors4.43 GB (4,756,459,760 B)9f36d3cbe5ecff5d1f87f91611fde3fde0b93aac9b63959827462d7772793704
model-00005-of-00015.safetensors4.43 GB (4,756,459,760 B)fea9b665977a970c72a81bd839be31ce39d8241b37b3c130d6bf98f083ea489d
model-00006-of-00015.safetensors4.65 GB (4,991,370,160 B)63dc988a58eb3a29dbc15368eff600723a73a6370ee284816fa90161f31e6af9
model-00007-of-00015.safetensors4.43 GB (4,756,459,760 B)ef1f23365c3272e3486ab00ea9f68207ca10d7fe8d88465ba258b190de318910
model-00008-of-00015.safetensors4.43 GB (4,756,459,760 B)9cf2b792a6776a2bc887968e9d38d445769820124d50152457b93ed3bdd059a6
model-00009-of-00015.safetensors4.65 GB (4,991,370,160 B)4cfec1f95efb0be45b21c49fe0ab9b08ce7f2431903fb49d866e2bde508409f4
model-00010-of-00015.safetensors4.43 GB (4,756,459,760 B)03ea735146264304c5a9c94ec9c2dce77eb5ab924537125eebb6a32a8102a0ef
model-00011-of-00015.safetensors4.43 GB (4,756,459,760 B)23ab68eb8de3f1c36ecd979edf4738ec04e7da2175b6277c939f0bf4f84afec9
model-00012-of-00015.safetensors4.65 GB (4,991,370,160 B)08f6cf39245af974bca8db2d3695086f9de869cc6937df119e79af1e113a9f56
model-00013-of-00015.safetensors4.43 GB (4,756,459,760 B)7e400169e476f7b6d91571db8406a86a9495d3f75ca228dd5e18ee905c7c74da
model-00014-of-00015.safetensors4.43 GB (4,756,459,760 B)474880d9ef9c40a73d25ba4ee066012a1a179b0a72fc0f3fea34c618281abf60
model-00015-of-00015.safetensors1.13 GB (1,211,148,856 B)48c76af5810f7b9cb92ab93b9a7a2d819004eb15e10b57fef7c6f136fb848ba3
model.safetensors.index.json43.7 KB (44,754 B)1d3fe2b6f40a6cdf01ef2774e0c6858a64050302ba935efeec6b71eb5af1c330c2d05cfd4a129f65fd8bc8361e2ac6ec21060078
special_tokens_map.json570 B (570 B)0cc7f9d80a6c56b354ce668d47163e7521cdb0ec60e13afe3f527b158f80280639bf11d3f7bf5ac660fb282be3dd5669042a6099
tokenizer.json3.4 MB (3,561,234 B)b5bb2220c734d75282dee183a73b736eaa404747f84c030851d762304b22886e5d1ee54ad921ff379c917fbac838582128a54c80
tokenizer.model1008.9 KB (1,033,105 B)386c49cf943d71aa110361135338c50e38beeff0a66593480421f37b319e1a39
tokenizer_config.json1.6 KB (1,660 B)17eb77d7e56e05a7f73d3546389c18e5a9dbea39b059a0fc8468cb379ea289d734101193077aad1532e1677f0103bde1591b7f9c

Cite this release

Canonical URL
https://aiseedbank.org/models/dphn_dolphin-2.9.1-yi-1.5-34b/
Slug
dphn_dolphin-2.9.1-yi-1.5-34b
Infohash
ade0eafc33c803979617545475d87b4efffe3ea2
License
apache-2.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: dphn_dolphin-2.9.1-yi-1.5-34b.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorydphn/dolphin-2.9.1-yi-1.5-34b
Revision (pinned)0141cba238d0faad09bc240ea7af14c9ea5aec44
Fetched at2026-08-31T21:58:46Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-08-31T22:10:25Z

apache-2.064.06 GB (68,782,547,843 bytes)transformerssafetensorsllamatext-generationgenerated_from_traineraxolotlconversationaltext-generation-inferenceendpoints_compatible