Instructions to use ChangeIsKey/llama-7b-lexical-substitution with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ChangeIsKey/llama-7b-lexical-substitution with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "ChangeIsKey/llama-7b-lexical-substitution") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 517ddd6 verified
Update README.md 53c910a verified
Update README.md 79fe4a6 verified
upload model e690c95
Pierluigi Cassotti commited on