Instructions to use YieldInc/YahooAnswers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use YieldInc/YahooAnswers with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "YieldInc/YahooAnswers") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b175c4e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9850a7925dd86a746737900b493927460dde80bd049045bb5f91f1c35b7a55b6
size 73315495
|