Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🚀 LLM to ONNX Converter
|
| 2 |
> Convert small language models to ONNX format with **guaranteed reliability** for RAG and chatbot applications on resource-constrained hardware.
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
tags:
|
| 5 |
+
- onnx
|
| 6 |
+
- model
|
| 7 |
+
- quantization
|
| 8 |
+
- RAG
|
| 9 |
+
- chatbot
|
| 10 |
+
- NLP
|
| 11 |
+
- small-models
|
| 12 |
+
- mobile-deployment
|
| 13 |
+
- embedded-systems
|
| 14 |
+
---
|
| 15 |
# 🚀 LLM to ONNX Converter
|
| 16 |
> Convert small language models to ONNX format with **guaranteed reliability** for RAG and chatbot applications on resource-constrained hardware.
|
| 17 |
|