Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,30 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
# Lite-Oute-1-300M
|
| 5 |
|
| 6 |
Lite-Oute-1-300M (Base) is a Lite series model based on the Mistral architecture, comprising approximately 300 million parameters. <br>
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
<style>
|
| 5 |
+
table {
|
| 6 |
+
border-collapse: collapse;
|
| 7 |
+
width: 100%;
|
| 8 |
+
margin-bottom: 20px;
|
| 9 |
+
}
|
| 10 |
+
th, td {
|
| 11 |
+
border: 1px solid #ddd;
|
| 12 |
+
padding: 8px;
|
| 13 |
+
text-align: center;
|
| 14 |
+
}
|
| 15 |
+
.best {
|
| 16 |
+
font-weight: bold;
|
| 17 |
+
text-decoration: underline;
|
| 18 |
+
}
|
| 19 |
+
</style>
|
| 20 |
+
|
| 21 |
+
<div style="text-align: center; margin: 20px auto; padding: 20px; border: 3px solid #ddd; border-radius: 10px;">
|
| 22 |
+
<h2 style="margin-bottom: 4px; margin-top: 0px;">OuteAI</h2>
|
| 23 |
+
<a href="https://www.outeai.com/" target="_blank" style="margin-right: 10px;">🌎 OuteAI.com</a>
|
| 24 |
+
<a href="https://discord.gg/vyBM87kAmf" target="_blank" style="margin-right: 10px;">🤝 Join our Discord</a>
|
| 25 |
+
<a href="https://x.com/OuteAI" target="_blank">𝕏 @OuteAI</a>
|
| 26 |
+
</div>
|
| 27 |
+
|
| 28 |
# Lite-Oute-1-300M
|
| 29 |
|
| 30 |
Lite-Oute-1-300M (Base) is a Lite series model based on the Mistral architecture, comprising approximately 300 million parameters. <br>
|