dariog commited on
Commit
906c6fa
verified
1 Parent(s): 7bea05a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: llama3.1
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 alt="License" src="https://img.shields.io/badge/license-Llama%203.1-green" style="display: inline-block; vertical-align: middle;"/>
 
 
 
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 and is governed by the [Meta Llama 3 License](https://www.llama.com/llama3_1/license/). All our modifications are available under a CC-BY-NC license for non-commercial use, research purposes only.
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