Instructions to use tanmaymahato/phi35-grader-adapter-f1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tanmaymahato/phi35-grader-adapter-f1 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Configuration Parsing Warning:In adapter_config.json: "peft.task_type" must be a string
Phi-3.5 Grader LoRA Adapter
Fine-tuned LoRA adapter for automated short-answer grading on SciEntsBank dataset.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel
base = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct")
model = PeftModel.from_pretrained(base, "tanmaymahato/phi35-grader-adapter")
tokenizer = AutoTokenizer.from_pretrained("tanmaymahato/phi35-grader-adapter")
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for tanmaymahato/phi35-grader-adapter-f1
Base model
microsoft/Phi-3.5-mini-instruct