Instructions to use InnovativeEngineers/Energy-Intelligence with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use InnovativeEngineers/Energy-Intelligence with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "InnovativeEngineers/Energy-Intelligence") - Notebooks
- Google Colab
- Kaggle
| torch==2.2.6 | |
| transformers==5.3.0 | |
| peft==0.18.1 | |
| bitsandbytes==0.49.2 | |
| psycopg2-binary==2.9.11 | |
| groq==1.0.0 | |
| python-dotenv==1.1.1 | |
| huggingface-hub==1.6.0 | |
| accelerate==1.13.0 | |