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

tokenizer = AutoTokenizer.from_pretrained("knarayan/cspm_lora_final_v1")
model = AutoModelForCausalLM.from_pretrained("knarayan/cspm_lora_final_v1")
Quick Links

Model Card for Model ID

Model Details

Model Description

This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.

  • Developed by: Krishnan Narayan
Downloads last month
5
Safetensors
Model size
1B params
Tensor type
F16
·
Inference Providers NEW

Model tree for knarayan/cspm_lora_final_v1

Finetuned
(11)
this model
Quantizations
1 model

Dataset used to train knarayan/cspm_lora_final_v1