!pip install -qU transformers accelerate
from transformers import AutoTokenizer
import transformers
import torch
model = "Etherll/Herplete-LLM-Llama-3.1-8b"
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 Etherll Herplete-LLM-Llama-3.1-8b on huggingface.co
42
Total runs
0
24-hour runs
-2
3-day runs
6
7-day runs
-18
30-day runs
More Information About Herplete-LLM-Llama-3.1-8b huggingface.co Model
Herplete-LLM-Llama-3.1-8b huggingface.co
Herplete-LLM-Llama-3.1-8b huggingface.co is an AI model on huggingface.co that provides Herplete-LLM-Llama-3.1-8b's model effect (), which can be used instantly with this Etherll Herplete-LLM-Llama-3.1-8b model. huggingface.co supports a free trial of the Herplete-LLM-Llama-3.1-8b model, and also provides paid use of the Herplete-LLM-Llama-3.1-8b. Support call Herplete-LLM-Llama-3.1-8b model through api, including Node.js, Python, http.
Herplete-LLM-Llama-3.1-8b huggingface.co is an online trial and call api platform, which integrates Herplete-LLM-Llama-3.1-8b's modeling effects, including api services, and provides a free online trial of Herplete-LLM-Llama-3.1-8b, you can try Herplete-LLM-Llama-3.1-8b online for free by clicking the link below.
Etherll Herplete-LLM-Llama-3.1-8b online free url in huggingface.co:
Herplete-LLM-Llama-3.1-8b is an open source model from GitHub that offers a free installation service, and any user can find Herplete-LLM-Llama-3.1-8b on GitHub to install. At the same time, huggingface.co provides the effect of Herplete-LLM-Llama-3.1-8b install, users can directly use Herplete-LLM-Llama-3.1-8b installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
Herplete-LLM-Llama-3.1-8b install url in huggingface.co: