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
|
@@ -96,9 +96,9 @@ Complete training details, model merging configurations, and all training data (
|
|
| 96 |
- **Developed by:**聽[HPAI](https://hpai.bsc.es/)
|
| 97 |
- **Model type:**聽Causal decoder-only transformer language model
|
| 98 |
- **Language(s) (NLP):**聽English (capable but not formally evaluated on other languages)
|
| 99 |
-
- **License:**聽This model is based on [Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) which is released with Apache 2.0 license. All our modifications are available with a
|
| 100 |
- **Base model :** [Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B)
|
| 101 |
-
- **Paper:**
|
| 102 |
- **RAG Repository:**聽https://github.com/HPAI-BSC/prompt_engine
|
| 103 |
|
| 104 |
### [](https://huggingface.co/templates/model-card-example#model-sources-optional)Model Sources [optional]
|
|
|
|
| 96 |
- **Developed by:**聽[HPAI](https://hpai.bsc.es/)
|
| 97 |
- **Model type:**聽Causal decoder-only transformer language model
|
| 98 |
- **Language(s) (NLP):**聽English (capable but not formally evaluated on other languages)
|
| 99 |
+
- **License:**聽This model is based on [Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) which is released with Apache 2.0 license. All our modifications are available with a under a CC-BY-NC license for non-commercial use, research purposes only.
|
| 100 |
- **Base model :** [Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B)
|
| 101 |
+
- **Paper:** https://arxiv.org/abs/2505.04388
|
| 102 |
- **RAG Repository:**聽https://github.com/HPAI-BSC/prompt_engine
|
| 103 |
|
| 104 |
### [](https://huggingface.co/templates/model-card-example#model-sources-optional)Model Sources [optional]
|