TechxGenus / deepseek-coder-7b-base-v1.5-AQLM

huggingface.co
Total runs: 23
24-hour runs: 2
7-day runs: 6
30-day runs: 15
Model's Last Updated: April 16 2024
text-generation

Introduction of deepseek-coder-7b-base-v1.5-AQLM

Model Details of deepseek-coder-7b-base-v1.5-AQLM

DeepSeek Coder

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


AQLM quantized version of deepseek-coder-6.7b-base model. Refer to the official GitHub repo for more information.


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

Deepseek-Coder-7B-Base-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.

2. Evaluation Results
DeepSeek Coder
3. How to Use

Here give an example of how to use our model.

from transformers import AutoTokenizer, AutoModelForCausalLM
import torch
tokenizer = AutoTokenizer.from_pretrained("deepseek-ai/deepseek-coder-7b-base-v1.5", trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-7b-base-v1.5", trust_remote_code=True).cuda()
input_text = "#write a quick sort algorithm"
inputs = tokenizer(input_text, return_tensors="pt").cuda()
outputs = model.generate(**inputs, max_length=128)
print(tokenizer.decode(outputs[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] .

Runs of TechxGenus deepseek-coder-7b-base-v1.5-AQLM on huggingface.co

23
Total runs
2
24-hour runs
2
3-day runs
6
7-day runs
15
30-day runs

More Information About deepseek-coder-7b-base-v1.5-AQLM huggingface.co Model

More deepseek-coder-7b-base-v1.5-AQLM license Visit here:

https://choosealicense.com/licenses/deepseek-license

deepseek-coder-7b-base-v1.5-AQLM huggingface.co

deepseek-coder-7b-base-v1.5-AQLM huggingface.co is an AI model on huggingface.co that provides deepseek-coder-7b-base-v1.5-AQLM's model effect (), which can be used instantly with this TechxGenus deepseek-coder-7b-base-v1.5-AQLM model. huggingface.co supports a free trial of the deepseek-coder-7b-base-v1.5-AQLM model, and also provides paid use of the deepseek-coder-7b-base-v1.5-AQLM. Support call deepseek-coder-7b-base-v1.5-AQLM model through api, including Node.js, Python, http.

deepseek-coder-7b-base-v1.5-AQLM huggingface.co Url

https://huggingface.co/TechxGenus/deepseek-coder-7b-base-v1.5-AQLM

TechxGenus deepseek-coder-7b-base-v1.5-AQLM online free

deepseek-coder-7b-base-v1.5-AQLM huggingface.co is an online trial and call api platform, which integrates deepseek-coder-7b-base-v1.5-AQLM's modeling effects, including api services, and provides a free online trial of deepseek-coder-7b-base-v1.5-AQLM, you can try deepseek-coder-7b-base-v1.5-AQLM online for free by clicking the link below.

TechxGenus deepseek-coder-7b-base-v1.5-AQLM online free url in huggingface.co:

https://huggingface.co/TechxGenus/deepseek-coder-7b-base-v1.5-AQLM

deepseek-coder-7b-base-v1.5-AQLM install

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

deepseek-coder-7b-base-v1.5-AQLM install url in huggingface.co:

https://huggingface.co/TechxGenus/deepseek-coder-7b-base-v1.5-AQLM

Url of deepseek-coder-7b-base-v1.5-AQLM

deepseek-coder-7b-base-v1.5-AQLM huggingface.co Url

Provider of deepseek-coder-7b-base-v1.5-AQLM huggingface.co

TechxGenus
ORGANIZATIONS

Other API from TechxGenus