Instructions to use atomgptlab/diffractgpt_mistral_chemical_formula with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use atomgptlab/diffractgpt_mistral_chemical_formula with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "atomgptlab/diffractgpt_mistral_chemical_formula") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f0ac0fd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a29ae963b1cd9c79b2ed60136cd8fd78a6446f1f675085136151e1354e942950
size 5969
|