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

← All models

deepseek-ai_deepseek-coder-7b-instruct-v1.5

deepseek-ai · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

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: other license_name: deepseek license_link: LICENSE

[🏠Homepage] | [🤖 Chat with DeepSeek Coder] | [Discord] | [Wechat(微信)]


1. Introduction of Deepseek-Coder-7B-Instruct v1.5

Deepseek-Coder-7B-Instruct-v1.5 is continue pre-trained from Deepseek-LLM 7B on 2T tokens by employing a window size of 4K and next token prediction objective, and then fine-tuned on 2B tokens of instruction data.

  • Home Page: DeepSeek
  • Repository: deepseek-ai/deepseek-coder
  • Chat With DeepSeek Coder: DeepSeek-Coder

2. Evaluation Results

3. How to Use

Here give some examples of how to use our model.

Chat Model Inference

from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("deepseek-ai/deepseek-coder-7b-instruct-v1.5", trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-7b-instruct-v1.5", trust_remote_code=True).cuda()
messages=[
    { 'role': 'user', 'content': "write a quick sort algorithm in python."}
]
inputs = tokenizer.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt").to(model.device)

outputs = model.generate(inputs, max_new_tokens=512, do_sample=False, top_k=50, top_p=0.95, num_return_sequences=1, eos_token_id=tokenizer.eos_token_id)
print(tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True))

4. License

This code repository is licensed under the MIT License. The use of DeepSeek Coder models is subject to the Model License. DeepSeek Coder supports commercial use.

See the LICENSE-MODEL for more details.

5. Contact

If you have any questions, please raise an issue or contact us at [email protected].

Magnet link

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

magnet:?xt=urn:btih:8fd36cdbf735a3f921dd2ebfea0f48b789a55fd3&dn=deepseek-ai_deepseek-coder-7b-instruct-v1.5

Open magnet in torrent client · infohash 8fd36cdbf735a3f921dd2ebfea0f48b789a55fd3

Files & hashes

PathSizesha1sha256
LICENSE0 B (0 B)e69de29bb2d1d6434b8b29ae775ad8c2e48c5391e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
README.md2.4 KB (2,490 B)9ae20fee3397892a2680ebff2177c58e4a636a94c1d0e806c450e2aa4fd1e4b9b8928fc9e75586c503466821d7cd88c132e5747b
config.json621 B (621 B)204efc3c0cbe2eb7e2a68e043f6a1f698d033290b175cc978379b310371c8f4e16096595becfa0fda2ce3b45bf8931a1bcf03fd1
generation_config.json121 B (121 B)e766fe2aec0529e771bb2616455cc166461440014f5eeb2e0f9a24e61def0729c2ad0386ef4eb928e79d2aa14750bac462537770
model-00001-of-00003.safetensors4.64 GB (4,987,202,208 B)beac732507df845750a6f38bf1cc0191b65f249628aba7f82f5ce656674a3e922d68c0b7bd12d2f2e6da09e47fa72eec539c53c2
model-00002-of-00003.safetensors4.64 GB (4,980,945,440 B)3f6ba283c0b53dad16e2b1d6d81dc3a5569d4037a9e815d13d98a67f7370ade76666bfa350f8083dea55f75a60050d05d8bb0728
model-00003-of-00003.safetensors3.59 GB (3,852,615,520 B)6fcad6e4d04ced8bb9c01a6001035a0d3f317fe99be6c3efc9d4d8853f9ac7498643480583055e1d192a2b047b06cdc0462a1012
model.safetensors.index.json21.9 KB (22,464 B)4b5043e00048eabeacd9a1b9523a7940c839c7d26f081faa1b874e9aa70906b198bfb1d857075ee1116c10850067d20baa2bddd5
tokenizer.json4.4 MB (4,609,962 B)436ba54fc0c8a9446f6737f9f61ec18fabf243a5a6abdd41a79c1de6b68bbb819ad9c8d63b97080b0b90949d1c37ddbf64ee118c
tokenizer_config.json1.8 KB (1,867 B)2d98babb4ad83ccb92a0c2c6160236eb7dfbf55c0e7f0eedbfc0f16eb69bacda0173da5ac9f4c49ae74165771691329c2253c6e4

Cite this release

Canonical URL
https://aiseedbank.org/models/deepseek-ai_deepseek-coder-7b-instruct-v1.5/
Slug
deepseek-ai_deepseek-coder-7b-instruct-v1.5
Infohash
8fd36cdbf735a3f921dd2ebfea0f48b789a55fd3
License
custom/other license
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: deepseek-ai_deepseek-coder-7b-instruct-v1.5.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorydeepseek-ai/deepseek-coder-7b-instruct-v1.5
Revision (pinned)2a050a4c59d687a85324d32e147517992117ed30
Fetched at2026-09-03T22:11:31Z
License at fetchother
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T22:15:24Z

custom/other license12.88 GB (13,825,400,693 bytes)transformerssafetensorsllamatext-generationconversationaltext-generation-inferenceendpoints_compatible