How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="ccore/llama-2-1.1B-Rhetorical-Agents")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("ccore/llama-2-1.1B-Rhetorical-Agents")
model = AutoModelForCausalLM.from_pretrained("ccore/llama-2-1.1B-Rhetorical-Agents")
Quick Links

YAML Metadata Error:"base_model" with value "core6/" is not valid. Use a model id from https://hf.co/models.

tinyllama base 55k steps test
test was private, i release :D

Downloads last month
6
Inference Providers NEW