Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,17 @@ tags:
|
|
9 |
- Bert
|
10 |
- BertForSequenceClassification
|
11 |
---
|
12 |
-
<img src="./routeX.png" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- Bert
|
10 |
- BertForSequenceClassification
|
11 |
---
|
12 |
+
<img src="./routeX.png" />
|
13 |
+
|
14 |
+
<b>RouteX v0.1</b> is the first model in LLM Routers family by [BRAHMAI](https://brahmai.in).
|
15 |
+
The model is based on <b>BertForSequenceClassification</b>.
|
16 |
+
|
17 |
+
RouteX v0.1 automatically determines whether to send queries to a local LLM (Mistral 7B, Llama-3.1 8B, etc...) or powerful cloud LLM (GPT-4, Sonnet 3.5, etc...), depending on which model is best-suited for your task. We've trained RouteX v0.1 on millions of data points from reliable, cross-domain evaluation benchmarks.
|
18 |
+
|
19 |
+
>NOTE:<br>
|
20 |
+
>We are still working on improving the efficiency and reliability of these models.<br>
|
21 |
+
>We will release more information with you as we progress.
|
22 |
+
|
23 |
+
|
24 |
+
Regards,
|
25 |
+
Team BRAHMAI
|