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="clinicalnlplab/finetuned-PMCLLaMA-PubmedSumm")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("clinicalnlplab/finetuned-PMCLLaMA-PubmedSumm")
model = AutoModelForCausalLM.from_pretrained("clinicalnlplab/finetuned-PMCLLaMA-PubmedSumm")
Quick Links

No model card

Downloads last month
15
Safetensors
Model size
13B params
Tensor type
F16
Β·
Inference Providers NEW

Model tree for clinicalnlplab/finetuned-PMCLLaMA-PubmedSumm

Quantizations
1 model

Spaces using clinicalnlplab/finetuned-PMCLLaMA-PubmedSumm 8

Collection including clinicalnlplab/finetuned-PMCLLaMA-PubmedSumm