Update README.md
Browse files
README.md
CHANGED
|
@@ -12,9 +12,9 @@ tags:
|
|
| 12 |
|
| 13 |
### Fine-tuned [Biggie-SmoLlm-0.15B-Base](https://huggingface.co/nisten/Biggie-SmoLlm-0.15B-Base) for generating subqueries
|
| 14 |
|
| 15 |
-
This dude is trained for boosting the performance of your
|
| 16 |
|
| 17 |
-
My motivation was to tackle a core problem of
|
| 18 |
|
| 19 |
If queries are
|
| 20 |
- multi-hop logic, break into simpler subqueries that focuses on a different step
|
|
|
|
| 12 |
|
| 13 |
### Fine-tuned [Biggie-SmoLlm-0.15B-Base](https://huggingface.co/nisten/Biggie-SmoLlm-0.15B-Base) for generating subqueries
|
| 14 |
|
| 15 |
+
This dude is trained for boosting the performance of your RAG based question answering app
|
| 16 |
|
| 17 |
+
My motivation was to tackle a core problem of RAG with an extremely lightweight, but capable model.
|
| 18 |
|
| 19 |
If queries are
|
| 20 |
- multi-hop logic, break into simpler subqueries that focuses on a different step
|