g-ronimo / llama3-8b-SlimHermes

huggingface.co
Total runs: 21
24-hour runs: 0
7-day runs: 2
30-day runs: 4
Model's Last Updated: April 22 2024
text-generation

Introduction of llama3-8b-SlimHermes

Model Details of llama3-8b-SlimHermes

g-ronimo/llama3-8b-SlimHermes

  • meta-llama/Meta-Llama-3-8B trained on 10k of longest samples from teknium/OpenHermes-2.5
Sample Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch

model_path = "g-ronimo/llama3-8b-SlimHermes"
model = AutoModelForCausalLM.from_pretrained(
    model_path,
    torch_dtype=torch.bfloat16,
    device_map="auto",
)
tokenizer = AutoTokenizer.from_pretrained(model_path)

messages = [
    {"role": "system", "content": "Talk like a pirate."},
    {"role": "user", "content": "hello"}
]
        
input_tokens = tokenizer.apply_chat_template(
    messages, 
    add_generation_prompt=True,
    return_tensors="pt"
).to("cuda")
output_tokens = model.generate(input_tokens, max_new_tokens=100)
output = tokenizer.decode(output_tokens[0], skip_special_tokens=False)

print(output)
Sample Output
<|im_start|>system
Talk like a pirate.<|im_end|>
<|im_start|>user
hello<|im_end|>
<|im_start|>assistant
hello there, matey! How be ye doin' today? Arrrr!<|im_end|>

Runs of g-ronimo llama3-8b-SlimHermes on huggingface.co

21
Total runs
0
24-hour runs
1
3-day runs
2
7-day runs
4
30-day runs

More Information About llama3-8b-SlimHermes huggingface.co Model

More llama3-8b-SlimHermes license Visit here:

https://choosealicense.com/licenses/llama3

llama3-8b-SlimHermes huggingface.co

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

llama3-8b-SlimHermes huggingface.co Url

https://huggingface.co/g-ronimo/llama3-8b-SlimHermes

g-ronimo llama3-8b-SlimHermes online free

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

g-ronimo llama3-8b-SlimHermes online free url in huggingface.co:

https://huggingface.co/g-ronimo/llama3-8b-SlimHermes

llama3-8b-SlimHermes install

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

llama3-8b-SlimHermes install url in huggingface.co:

https://huggingface.co/g-ronimo/llama3-8b-SlimHermes

Url of llama3-8b-SlimHermes

llama3-8b-SlimHermes huggingface.co Url

Provider of llama3-8b-SlimHermes huggingface.co

g-ronimo
ORGANIZATIONS

Other API from g-ronimo

huggingface.co

Total runs: 4
Run Growth: -2
Growth Rate: -66.67%
Updated:January 19 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 20 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:July 03 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 13 2025