Instructions to use Jnaranjo/PythonExcel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Jnaranjo/PythonExcel with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.2-GPTQ") model = PeftModel.from_pretrained(base_model, "Jnaranjo/PythonExcel") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
e6987f6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e2ca3a0320f0f6292cbf8452c011dfabcf9e18fb489a91fd07f3857909112bcf
size 8397056
|