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="samir-fama/SamirGPT-v1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("samir-fama/SamirGPT-v1")
model = AutoModelForCausalLM.from_pretrained("samir-fama/SamirGPT-v1")
Quick Links

image/png

SamirGPT-v1

Currently SamirGPT-v1 is a merge of cookinai/CatMacaroni-Slerp and viethq188/LeoScorpius-7B

Downloads last month
121
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW

Model tree for samir-fama/SamirGPT-v1

Merges
9 models
Quantizations
1 model