Instructions to use emilykang/medmcqa_question_generation_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use emilykang/medmcqa_question_generation_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "emilykang/medmcqa_question_generation_lora") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 94422368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0499dec703a663112d01caee9ff46a9f090ceeacfbc15f062d0ece06ae3e52e7
|
| 3 |
size 94422368
|