models:-model:deepseek-ai/deepseek-math-7b-rl# No parameters necessary for base model-model:deepseek-ai/deepseek-math-7b-instructparameters:density:0.53weight:0.4-model:deepseek-ai/deepseek-math-7b-baseparameters:density:0.53weight:0.3-model:deepseek-ai/deepseek-coder-7b-instruct-v1.5parameters:density:0.53weight:0.3merge_method:dare_tiesbase_model:deepseek-ai/deepseek-math-7b-rlparameters:int8_mask:truedtype:bfloat16
💻 Usage
!pip install -qU transformers accelerate
from transformers import AutoTokenizer
import transformers
import torch
model = "ALBADDAWI/DeepCode-7B-Aurora"
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 ALBADDAWI DeepCode-7B-Aurora on huggingface.co
4
Total runs
0
24-hour runs
0
3-day runs
-2
7-day runs
0
30-day runs
More Information About DeepCode-7B-Aurora huggingface.co Model
DeepCode-7B-Aurora huggingface.co is an AI model on huggingface.co that provides DeepCode-7B-Aurora's model effect (), which can be used instantly with this ALBADDAWI DeepCode-7B-Aurora model. huggingface.co supports a free trial of the DeepCode-7B-Aurora model, and also provides paid use of the DeepCode-7B-Aurora. Support call DeepCode-7B-Aurora model through api, including Node.js, Python, http.
DeepCode-7B-Aurora huggingface.co is an online trial and call api platform, which integrates DeepCode-7B-Aurora's modeling effects, including api services, and provides a free online trial of DeepCode-7B-Aurora, you can try DeepCode-7B-Aurora online for free by clicking the link below.
ALBADDAWI DeepCode-7B-Aurora online free url in huggingface.co:
DeepCode-7B-Aurora is an open source model from GitHub that offers a free installation service, and any user can find DeepCode-7B-Aurora on GitHub to install. At the same time, huggingface.co provides the effect of DeepCode-7B-Aurora install, users can directly use DeepCode-7B-Aurora installed effect in huggingface.co for debugging and trial. It also supports api for free installation.