Instructions to use cs552-mlp/phi3-lora-arc3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cs552-mlp/phi3-lora-arc3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "cs552-mlp/phi3-lora-arc3") - Notebooks
- Google Colab
- Kaggle
- Model Card for Model ID
- Model Details
- Uses
- Bias, Risks, and Limitations
- How to Get Started with the Model
- Training Details
- Evaluation
- Model Examination [optional]
- Environmental Impact
- Technical Specifications [optional]
- Citation [optional]
- Glossary [optional]
- More Information [optional]
- Model Card Authors [optional]
- Model Card Contact
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for cs552-mlp/phi3-lora-arc3
Base model
microsoft/Phi-3-mini-4k-instructCollections including cs552-mlp/phi3-lora-arc3
Collection
This collection includes base phi3-mini A) DPO aligned B) SFT on ARC train split (3 epochs) C) Quantised version of B) using GPTQ. • 3 items • Updated