yasserrmd / DeepSeek-7B-1M

huggingface.co
Total runs: 3
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: January 31 2025

Introduction of DeepSeek-7B-1M

Model Details of DeepSeek-7B-1M

DeepSeek-7B-1M

DeepSeek-7B-1M is a merge of the following models using LazyMergekit :

🧩 Configuration
models:
  - model: Qwen/Qwen2.5-7B-Instruct-1M
    parameters:
      weight: 0.5
  - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
    parameters:
      weight: 0.5
merge_method: linear
dtype: float16
💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "yasserrmd/DeepSeek-7B-1M"
messages = [{"role": "user", "content": "What is a large language model?"}]

tokenizer = AutoTokenizer.from_pretrained(model)
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
pipeline = transformers.pipeline(
    "text-generation",
    model=model,
    torch_dtype=torch.float16,
    device_map="auto",
)

outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
print(outputs[0]["generated_text"])

Runs of yasserrmd DeepSeek-7B-1M on huggingface.co

3
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About DeepSeek-7B-1M huggingface.co Model

DeepSeek-7B-1M huggingface.co

DeepSeek-7B-1M huggingface.co is an AI model on huggingface.co that provides DeepSeek-7B-1M's model effect (), which can be used instantly with this yasserrmd DeepSeek-7B-1M model. huggingface.co supports a free trial of the DeepSeek-7B-1M model, and also provides paid use of the DeepSeek-7B-1M. Support call DeepSeek-7B-1M model through api, including Node.js, Python, http.

DeepSeek-7B-1M huggingface.co Url

https://huggingface.co/yasserrmd/DeepSeek-7B-1M

yasserrmd DeepSeek-7B-1M online free

DeepSeek-7B-1M huggingface.co is an online trial and call api platform, which integrates DeepSeek-7B-1M's modeling effects, including api services, and provides a free online trial of DeepSeek-7B-1M, you can try DeepSeek-7B-1M online for free by clicking the link below.

yasserrmd DeepSeek-7B-1M online free url in huggingface.co:

https://huggingface.co/yasserrmd/DeepSeek-7B-1M

DeepSeek-7B-1M install

DeepSeek-7B-1M is an open source model from GitHub that offers a free installation service, and any user can find DeepSeek-7B-1M on GitHub to install. At the same time, huggingface.co provides the effect of DeepSeek-7B-1M install, users can directly use DeepSeek-7B-1M installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

DeepSeek-7B-1M install url in huggingface.co:

https://huggingface.co/yasserrmd/DeepSeek-7B-1M

Url of DeepSeek-7B-1M

DeepSeek-7B-1M huggingface.co Url

Provider of DeepSeek-7B-1M huggingface.co

yasserrmd
ORGANIZATIONS

Other API from yasserrmd

huggingface.co

Total runs: 28
Run Growth: 3
Growth Rate: 10.71%
Updated:October 19 2025