Text Generation
PEFT
Safetensors
English
qwen
qwen2.5
bioalignment
qlora
lora
adapter
biology
biomimicry
ai-safety
conversational
Instructions to use Bioaligned/Qwen-2.5-3B-instruct-bioaligned-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Bioaligned/Qwen-2.5-3B-instruct-bioaligned-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "Bioaligned/Qwen-2.5-3B-instruct-bioaligned-qlora") - Notebooks
- Google Colab
- Kaggle
corrected syntax error
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ pipeline_tag: text-generation
|
|
| 28 |
|
| 29 |
**Organization:** [Bioaligned Labs](https://huggingface.co/Bioaligned) (nonprofit)
|
| 30 |
|
| 31 |
-
**Paper:**
|
| 32 |
|
| 33 |
## Model Description
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
**Organization:** [Bioaligned Labs](https://huggingface.co/Bioaligned) (nonprofit)
|
| 30 |
|
| 31 |
+
**Paper:** (https://arxiv.org/abs/2603.09154)
|
| 32 |
|
| 33 |
## Model Description
|
| 34 |
|