Text Generation
Transformers
Safetensors
English
llama
text-generation-inference
unsloth
trl
medical
biology
chemistry
How to use from
Unsloth StudioInstall Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for ShadNygren/BioTechFineTuneTest to start chattingUsing HuggingFace Spaces for Unsloth
# No setup required# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for ShadNygren/BioTechFineTuneTest to start chattingLoad model with FastModel
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="ShadNygren/BioTechFineTuneTest",
max_seq_length=2048,
)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
- 8

Install Unsloth Studio (macOS, Linux, WSL)
# Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ShadNygren/BioTechFineTuneTest to start chatting