Instructions to use Rupak100/Error_correction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rupak100/Error_correction with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("abhishek/llama-2-7b-hf-small-shards") model = PeftModel.from_pretrained(base_model, "Rupak100/Error_correction") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
163f77d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b8debc54387f500c315f8b5ee63c7de0dadc115cf63bda50ea37581f3443cfc9
size 16822989
|