Instructions to use zurd46/eliAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zurd46/eliAI with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("model-cache/microsoft/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "zurd46/eliAI") - Notebooks
- Google Colab
- Kaggle
| library_name: peft | |
| base_model: microsoft/Phi-3-mini-4k-instruct | |
| license: mit | |
| datasets: | |
| - zurd46/adhs | |
| - zurd46/mathematik | |
| - zurd46/swiss | |
| language: | |
| - de | |
| tags: | |
| - zurd | |
| - swiss | |
| - eliai | |
| # eliAI - Fine-tuned Model | |
| This repository contains the fine-tuned model `eliAI` created by Daniel Zurmühle. The model has been fine-tuned for specific tasks and includes all necessary configurations and adapters. | |
| ## Model Details | |
| - **Model Name**: eliAI | |
| - **Author**: Daniel Zurmühle | |
| - **Fine-tuned on**: zurd46/adhs, zurd46/mathematik, zurd46/swiss | |
| - **Base Model**: microsoft/Phi-3-mini-4k-instruct | |
| ## Files and Directories | |
| The repository includes the following key files and directories: |