Instructions to use igzi/lora-para_crawl_enes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use igzi/lora-para_crawl_enes with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "igzi/lora-para_crawl_enes") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5b3176c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d8e1e44190db1bd92a6de135994969a9b333d5f91f962531845d417f895b9659
size 5304
|