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