Instructions to use hamel/tokenfight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hamel/tokenfight with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "hamel/tokenfight") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3d9bdac | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0926274afd9d965bb8627c2f065efa7db87dac726219da08d0b41da056cb1182
size 319977674
|