Instructions to use adammandic87/70e4c363-37da-48cb-b342-01a69b5150bc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use adammandic87/70e4c363-37da-48cb-b342-01a69b5150bc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("MNC-Jihun/Mistral-7B-AO-u0.5-b2-ver0.4") model = PeftModel.from_pretrained(base_model, "adammandic87/70e4c363-37da-48cb-b342-01a69b5150bc") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c61df0b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f3d66b2866f0098b86d338d903be9ecc36390957aecd117e7f8b86c4d1fd0e19
size 6776
|