7B AWQ
Collection
These models are selected for their compatibility with small 12GB memory GPUs. • 203 items • Updated • 2
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("solidrust/Nutopia-7B-AWQ")
model = AutoModelForCausalLM.from_pretrained("solidrust/Nutopia-7B-AWQ")Testing purpose only, seem it not good in Roleplaying 😢
This model was merged using the SLERP merge method.
The following models were included in the merge:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="solidrust/Nutopia-7B-AWQ")