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
readme
Browse files
README.md
CHANGED
|
@@ -123,7 +123,8 @@ The complete training pipeline, including data preparation, fine-tuning, and opt
|
|
| 123 |
This repository provides implementation details of the model architecture, showcasing how Parameter Efficient Fine-Tuning (PEFT) techniques are used to reduce computational cost while maintaining high performance.
|
| 124 |
|
| 125 |
|
| 126 |
-
|
|
|
|
| 127 |

|
| 128 |

|
| 129 |

|
|
|
|
| 123 |
This repository provides implementation details of the model architecture, showcasing how Parameter Efficient Fine-Tuning (PEFT) techniques are used to reduce computational cost while maintaining high performance.
|
| 124 |
|
| 125 |
|
| 126 |
+
|
| 127 |
+

|
| 128 |

|
| 129 |

|
| 130 |

|