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="maldv/SHRDFU-7b-gamma")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("maldv/SHRDFU-7b-gamma")
model = AutoModelForCausalLM.from_pretrained("maldv/SHRDFU-7b-gamma", device_map="auto")
Quick Links

SHRDFU-7b Γ

  • Developed by: maldv
  • License: cc-by-nc-4.0
  • Finetuned from model: ammarali32/multi_verse_model
  • Methodology: Targeting attention layers with peft to condition; then small full layer tuning; extending intelligence and problem solving w/ crabcanon

As I work on understanding how to layer information in to the model, this dataset has some good parts and bad. I think one or two more experiments and I move on.

Downloads last month
9
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for maldv/SHRDFU-7b-gamma

Finetuned
(7)
this model
Quantizations
1 model

Dataset used to train maldv/SHRDFU-7b-gamma