Instructions to use arhansd1/csv_cleaner2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use arhansd1/csv_cleaner2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-instruct-v0.2-bnb-4bit") model = PeftModel.from_pretrained(base_model, "arhansd1/csv_cleaner2") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5fa3351 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5221921ff37621f3670e2282451f4b96ecf1b4ee241a330d515aee150be9bd66
size 167832240
|