Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,22 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: yellow
|
6 |
sdk: static
|
7 |
-
pinned:
|
|
|
|
|
8 |
---
|
|
|
|
|
|
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: README
|
3 |
+
emoji: 🐎
|
4 |
+
colorFrom: gray
|
5 |
colorTo: yellow
|
6 |
sdk: static
|
7 |
+
pinned: true
|
8 |
+
license: apache-2.0
|
9 |
+
short_description: Description of the Mula project.
|
10 |
---
|
11 |
+
<div align="center">
|
12 |
+
|
13 |
+
# Mula: a Sparse Mixture of Experts Language Model trained in Brazilian Portuguese
|
14 |
|
15 |
+
</div>
|
16 |
+
<p align="center">
|
17 |
+
<img src="./img/logo-no-bg.png" alt="Mula" height="400">
|
18 |
+
</p>
|
19 |
+
|
20 |
+
Mula is a series of Sparse Mixture of Experts (SMoE) language models, all trained natively in Brazilian Portuguese, designed to help democratize LLMs for low-resource languages.
|
21 |
+
|
22 |
+
Models and datasets are coming soon...
|