Instructions to use Tonic/GaiaMiniMed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Tonic/GaiaMiniMed with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b-instruct") model = PeftModel.from_pretrained(base_model, "Tonic/GaiaMiniMed") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
c14e2ef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7f10fc300f8b182007c180c4ceaeeb74ce53f9d898aa4660d78d6a5d3fe5bb74
size 18898161
|