Instructions to use Q-bert/MOLAR-10.7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Q-bert/MOLAR-10.7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("kyujinpy/Sakura-SOLAR-Instruct") model = PeftModel.from_pretrained(base_model, "Q-bert/MOLAR-10.7B") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
148ec36 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b13888e1525fdf9d3468ebdd260739e3df79c04aa47f5991645035ebb184eab4
size 4600
|