Instructions to use hazemgalal1/gptneo125m-medical-qa-lora-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hazemgalal1/gptneo125m-medical-qa-lora-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-neo-125M") model = PeftModel.from_pretrained(base_model, "hazemgalal1/gptneo125m-medical-qa-lora-adapter") - Notebooks
- Google Colab
- Kaggle
Add LoRA adapter fine-tuned on Medical QA
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1186136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3b28bd9aa4c6870e63ab9dce733a79344941ad147bded935c97d3df2da02f22
|
| 3 |
size 1186136
|