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="rmanluo/RoG")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("rmanluo/RoG")
model = AutoModelForCausalLM.from_pretrained("rmanluo/RoG")
Quick Links

No model card

Downloads last month
1,131
Safetensors
Model size
7B params
Tensor type
F16
Β·
Inference Providers NEW

Model tree for rmanluo/RoG

Quantizations
2 models

Spaces using rmanluo/RoG 15