Question Answering
Transformers
Safetensors
English
qwen2
text-generation
biology
medical
healthcare
text-generation-inference
Instructions to use HPAI-BSC/Qwen2.5-Aloe-Beta-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HPAI-BSC/Qwen2.5-Aloe-Beta-7B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="HPAI-BSC/Qwen2.5-Aloe-Beta-7B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("HPAI-BSC/Qwen2.5-Aloe-Beta-7B") model = AutoModelForCausalLM.from_pretrained("HPAI-BSC/Qwen2.5-Aloe-Beta-7B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,7 +60,10 @@ pipeline_tag: question-answering
|
|
| 60 |
<img alt="Arxiv" src="https://img.shields.io/badge/arXiv-2505.04388-b31b1b.svg" style="display: inline-block; vertical-align: middle;"/>
|
| 61 |
</a>
|
| 62 |
<a href="LICENSE" style="margin: 1px;">
|
| 63 |
-
<img
|
|
|
|
|
|
|
|
|
|
| 64 |
</a>
|
| 65 |
</div>
|
| 66 |
|
|
|
|
| 60 |
<img alt="Arxiv" src="https://img.shields.io/badge/arXiv-2505.04388-b31b1b.svg" style="display: inline-block; vertical-align: middle;"/>
|
| 61 |
</a>
|
| 62 |
<a href="LICENSE" style="margin: 1px;">
|
| 63 |
+
<img
|
| 64 |
+
alt="CC BY-NC 4.0 License"
|
| 65 |
+
src="https://licensebuttons.net/l/by-nc/4.0/88x31.png"
|
| 66 |
+
/>
|
| 67 |
</a>
|
| 68 |
</div>
|
| 69 |
|