Instructions to use TachyHealth/Thealth-llama-13b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TachyHealth/Thealth-llama-13b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "TachyHealth/Thealth-llama-13b") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2abb4ee | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d44b23fa10129cdf8a1e6cd1ff3654fe6e1712fb216aec266956d4f6aae283b7
size 4600
|