qiaojin/PubMedQA
Viewer • Updated • 274k • 53.3k • 338
How to use ThorBaller/Pubmed_llama3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="ThorBaller/Pubmed_llama3") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ThorBaller/Pubmed_llama3", device_map="auto")This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
Base model
meta-llama/Meta-Llama-3-8B