Instructions to use linpang/alpaca-html with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use linpang/alpaca-html with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("decapoda-research/llama-7b-hf") model = PeftModel.from_pretrained(base_model, "linpang/alpaca-html") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ce75d07 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:452a1db43297cf6475a5b3c80721fe8c2b94eca0884dca6fa6f103db60f01b52
size 33661637
|