Fix link bar, add Discord and br tag, update Contact section
Browse files
README.md
CHANGED
|
@@ -29,11 +29,12 @@ base_model: LiquidAI/LFM2-1.2B
|
|
| 29 |
/>
|
| 30 |
</div>
|
| 31 |
<div style="display: flex; justify-content: center; gap: 0.5em;">
|
| 32 |
-
|
| 33 |
-
<a href="https://playground.liquid.ai/"><strong>Try LFM</strong></a> • <a href="https://docs.liquid.ai/lfm"><strong>Documentation</strong></a> • <a href="https://leap.liquid.ai/"><strong>LEAP</strong></a></a>
|
| 34 |
</div>
|
| 35 |
</center>
|
| 36 |
|
|
|
|
|
|
|
| 37 |
# LFM2-1.2B-Tool
|
| 38 |
|
| 39 |
Based on [LFM2-1.2B](https://huggingface.co/LiquidAI/LFM2-1.2B), LFM2-1.2B-Tool is designed for **concise and precise tool calling**. The key challenge was designing a non-thinking model that outperforms similarly sized thinking models for tool use.
|
|
@@ -108,7 +109,8 @@ You can use the following Colab notebooks for easy inference and fine-tuning:
|
|
| 108 |
|
| 109 |
## 📬 Contact
|
| 110 |
|
| 111 |
-
|
|
|
|
| 112 |
|
| 113 |
## Citation
|
| 114 |
|
|
|
|
| 29 |
/>
|
| 30 |
</div>
|
| 31 |
<div style="display: flex; justify-content: center; gap: 0.5em;">
|
| 32 |
+
<a href="https://playground.liquid.ai/"><strong>Try LFM</strong></a> • <a href="https://docs.liquid.ai/lfm/getting-started/welcome"><strong>Docs</strong></a> • <a href="https://leap.liquid.ai/"><strong>LEAP</strong></a> • <a href="https://discord.com/invite/liquid-ai"><strong>Discord</strong></a>
|
|
|
|
| 33 |
</div>
|
| 34 |
</center>
|
| 35 |
|
| 36 |
+
<br>
|
| 37 |
+
|
| 38 |
# LFM2-1.2B-Tool
|
| 39 |
|
| 40 |
Based on [LFM2-1.2B](https://huggingface.co/LiquidAI/LFM2-1.2B), LFM2-1.2B-Tool is designed for **concise and precise tool calling**. The key challenge was designing a non-thinking model that outperforms similarly sized thinking models for tool use.
|
|
|
|
| 109 |
|
| 110 |
## 📬 Contact
|
| 111 |
|
| 112 |
+
- Got questions or want to connect? [Join our Discord community](https://discord.com/invite/liquid-ai)
|
| 113 |
+
- If you are interested in custom solutions with edge deployment, please contact [our sales team](https://www.liquid.ai/contact).
|
| 114 |
|
| 115 |
## Citation
|
| 116 |
|