Instructions to use Ashishkr/llama2-PII-Masking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ashishkr/llama2-PII-Masking 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, "Ashishkr/llama2-PII-Masking") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7d20fbd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3ff26a0a6c97981850e57ec6ed1bcdd0390f97c29ec9ed2839b7021a3c42fa5f
size 4027
|