Question Answering
Transformers
Safetensors
English
llama
text-generation
biology
medical
healthcare
text-generation-inference
Instructions to use HPAI-BSC/Llama3.1-Aloe-Beta-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HPAI-BSC/Llama3.1-Aloe-Beta-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="HPAI-BSC/Llama3.1-Aloe-Beta-8B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("HPAI-BSC/Llama3.1-Aloe-Beta-8B") model = AutoModelForCausalLM.from_pretrained("HPAI-BSC/Llama3.1-Aloe-Beta-8B") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
datasets:
|
| 4 |
- HPAI-BSC/Aloe-Beta-General-Collection
|
| 5 |
- HPAI-BSC/chain-of-diagnosis
|
|
@@ -59,7 +59,10 @@ Aloe: A Family of Fine-tuned Open Healthcare LLMs
|
|
| 59 |
<img alt="Arxiv" src="https://img.shields.io/badge/arXiv-2505.04388-b31b1b.svg" style="display: inline-block; vertical-align: middle;"/>
|
| 60 |
</a>
|
| 61 |
<a href="LICENSE" style="margin: 1px;">
|
| 62 |
-
<img
|
|
|
|
|
|
|
|
|
|
| 63 |
</a>
|
| 64 |
</div>
|
| 65 |
|
|
@@ -93,8 +96,8 @@ Complete training details, model merging configurations, and all training data (
|
|
| 93 |
- **Developed by:**聽[HPAI](https://hpai.bsc.es/)
|
| 94 |
- **Model type:**聽Causal decoder-only transformer language model
|
| 95 |
- **Language(s) (NLP):**聽English (capable but not formally evaluated on other languages)
|
| 96 |
-
- **License:**聽This model is based on Meta Llama 3.1 8B
|
| 97 |
-
|
| 98 |
- **Base model :** [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B)
|
| 99 |
- **Paper:** [The Aloe Family Recipe for Open and Specialized Healthcare LLMs](https://arxiv.org/abs/2505.04388)
|
| 100 |
- **RAG Repository:**聽https://github.com/HPAI-BSC/prompt_engine
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
datasets:
|
| 4 |
- HPAI-BSC/Aloe-Beta-General-Collection
|
| 5 |
- HPAI-BSC/chain-of-diagnosis
|
|
|
|
| 59 |
<img alt="Arxiv" src="https://img.shields.io/badge/arXiv-2505.04388-b31b1b.svg" style="display: inline-block; vertical-align: middle;"/>
|
| 60 |
</a>
|
| 61 |
<a href="LICENSE" style="margin: 1px;">
|
| 62 |
+
<img
|
| 63 |
+
alt="CC BY-NC 4.0 License"
|
| 64 |
+
src="https://licensebuttons.net/l/by-nc/4.0/88x31.png"
|
| 65 |
+
/>
|
| 66 |
</a>
|
| 67 |
</div>
|
| 68 |
|
|
|
|
| 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 Meta Llama 3.1 8B originally released under the [Meta Llama 3 License](https://www.llama.com/llama3_1/license/). All Aloe modifications are available under a CC-BY-NC-4.0 license for non-commercial use, research purposes only.
|
| 100 |
+
-
|
| 101 |
- **Base model :** [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B)
|
| 102 |
- **Paper:** [The Aloe Family Recipe for Open and Specialized Healthcare LLMs](https://arxiv.org/abs/2505.04388)
|
| 103 |
- **RAG Repository:**聽https://github.com/HPAI-BSC/prompt_engine
|