Instructions to use w11wo/Meta-Llama-3.1-8B-FourSquare-TKY-POI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use w11wo/Meta-Llama-3.1-8B-FourSquare-TKY-POI 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, "w11wo/Meta-Llama-3.1-8B-FourSquare-TKY-POI") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
0a7a005 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:da92daef73e2591605469fc041ce8c37055d881e0618e7aa5aa46d127b82dc3b
size 27297032
|