powermove72 / Codegen-llm-8b

huggingface.co
Total runs: 2
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: June 30 2025

Introduction of Codegen-llm-8b

Model Details of Codegen-llm-8b

Codegen-llm-8b

Codegen-llm-7b is a merge of the following models using LazyMergekit :

🧩 Configuration

slices:
  - sources:
    - model: S-miguel/The-Trinity-Coder-7B
      layer_range: [0, 16]
  - sources:
    - model: powermove72/Shark-Coder
      layer_range: [12, 32]
merge_method: passthrough
tokenizer_source: union
dtype: float16

💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "powermove72/Codegen-llm-7b"
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 powermove72 Codegen-llm-8b on huggingface.co

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

More Information About Codegen-llm-8b huggingface.co Model

Codegen-llm-8b huggingface.co

Codegen-llm-8b huggingface.co is an AI model on huggingface.co that provides Codegen-llm-8b's model effect (), which can be used instantly with this powermove72 Codegen-llm-8b model. huggingface.co supports a free trial of the Codegen-llm-8b model, and also provides paid use of the Codegen-llm-8b. Support call Codegen-llm-8b model through api, including Node.js, Python, http.

powermove72 Codegen-llm-8b online free

Codegen-llm-8b huggingface.co is an online trial and call api platform, which integrates Codegen-llm-8b's modeling effects, including api services, and provides a free online trial of Codegen-llm-8b, you can try Codegen-llm-8b online for free by clicking the link below.

powermove72 Codegen-llm-8b online free url in huggingface.co:

https://huggingface.co/powermove72/Codegen-llm-8b

Codegen-llm-8b install

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

Codegen-llm-8b install url in huggingface.co:

https://huggingface.co/powermove72/Codegen-llm-8b

Url of Codegen-llm-8b

Codegen-llm-8b huggingface.co Url

Provider of Codegen-llm-8b huggingface.co

powermove72
ORGANIZATIONS

Other API from powermove72

huggingface.co

Total runs: 2
Run Growth: -5
Growth Rate: -250.00%
Updated:June 18 2024