Instructions to use NoobCoder10/Error_Detection_And_Correction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NoobCoder10/Error_Detection_And_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, "NoobCoder10/Error_Detection_And_Correction") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
d2211a8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8d4fdf969817a237c8fc90f71a6b6a2b706817208c41ccd99b5be0bff9bd99e8
size 16822989
|