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/350-reversed-count")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("ccore/350-reversed-count")
model = AutoModelForCausalLM.from_pretrained("ccore/350-reversed-count")
Quick Links

[RESPONSE:X]= size selector
[REVERSED-PROMPT:X]= size selector

prompt style:
[INSTRUCTION] what color is the sky?
[RESPONSE:6] the color of the sky is blue
[REVERSED-PROMPT:5] what color is the sky?

Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support