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

tokenizer = AutoTokenizer.from_pretrained("ShadNygren/BioTechFineTuneTest")
model = AutoModelForCausalLM.from_pretrained("ShadNygren/BioTechFineTuneTest", device_map="auto")
Quick Links

Uploaded model

  • Developed by: ShadNygren
  • License: apache-2.0
  • Finetuned from model: Weyaxi/Einstein-v6.1-LLama3-8B-Instruct-Ties
  • Datasets Used for Fine Tuning:
    • Medilora/us_medical_license_exam_textbooks_en (slightly modifed instruction version)

This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.

THIS MODEL IS FOR TESTING AND EVALUATION PURPOSES ONLY

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

Model tree for ShadNygren/BioTechFineTuneTest

Finetuned
(1)
this model
Finetunes
1 model