andthattoo commited on
Commit
2ce7d81
·
verified ·
1 Parent(s): b10697f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 IR app, or RAG.
16
 
17
- My motivation was to tackle a core problem of IR 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
 
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