Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,13 @@ language:
|
|
11 |
- de
|
12 |
library_name: transformers
|
13 |
pipeline_tag: text-generation
|
|
|
14 |
---
|
15 |
# LAION LeoLM: **L**inguistically **E**nhanced **O**pen **L**anguage **M**odel
|
16 |
Meet LeoLM, the first open and commercially available German Foundation Language Model built on Llama-2.
|
17 |
Our models extend Llama-2's capabilities into German through continued pretraining on a large corpus of German-language and mostly locality specific text.
|
18 |
-
Thanks to a compute grant at HessianAI's new supercomputer **42**, we release three foundation models trained with 8k context length
|
19 |
-
[`LeoLM/leo-mistral-hessianai-7b`](https://huggingface.co/LeoLM/leo-mistral-hessianai-7b)
|
20 |
With this release, we hope to bring a new wave of opportunities to German open-source and commercial LLM research and accelerate adoption.
|
21 |
Read our [blog post](https://laion.ai/blog/leo-lm/) or our paper (preprint coming soon) for more details!
|
22 |
|
|
|
11 |
- de
|
12 |
library_name: transformers
|
13 |
pipeline_tag: text-generation
|
14 |
+
license: apache-2.0
|
15 |
---
|
16 |
# LAION LeoLM: **L**inguistically **E**nhanced **O**pen **L**anguage **M**odel
|
17 |
Meet LeoLM, the first open and commercially available German Foundation Language Model built on Llama-2.
|
18 |
Our models extend Llama-2's capabilities into German through continued pretraining on a large corpus of German-language and mostly locality specific text.
|
19 |
+
Thanks to a compute grant at HessianAI's new supercomputer **42**, we release three foundation models trained with 8k context length.
|
20 |
+
[`LeoLM/leo-mistral-hessianai-7b`](https://huggingface.co/LeoLM/leo-mistral-hessianai-7b) under Apache 2.0 and [`LeoLM/leo-hessianai-7b`](https://huggingface.co/LeoLM/leo-hessianai-7b) and [`LeoLM/leo-hessianai-13b`](https://huggingface.co/LeoLM/leo-hessianai-13b) under the [Llama-2 community license](https://huggingface.co/meta-llama/Llama-2-70b/raw/main/LICENSE.txt) (70b also coming soon! 👀).
|
21 |
With this release, we hope to bring a new wave of opportunities to German open-source and commercial LLM research and accelerate adoption.
|
22 |
Read our [blog post](https://laion.ai/blog/leo-lm/) or our paper (preprint coming soon) for more details!
|
23 |
|