Instructions to use Technoculture/MT7Bi-alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Technoculture/MT7Bi-alpha with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("epfl-llm/meditron-7b") model = PeftModel.from_pretrained(base_model, "Technoculture/MT7Bi-alpha") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8c4ea5c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ea0b961a9c8ff316591d8f25471f25101a7a55e20cbef282d902b20386d57bec
size 4795
|