Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
|
|
4 |
base_model: answerdotai/ModernBERT-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
metrics:
|
8 |
- f1
|
9 |
model-index:
|
@@ -12,6 +14,8 @@ model-index:
|
|
12 |
datasets:
|
13 |
- DevQuasar/llm_router_dataset-synth
|
14 |
pipeline_tag: text-classification
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# ModernBERT-large-llm-router
|
@@ -22,7 +26,7 @@ The fine-tuned model achieves the following results on the test set:
|
|
22 |
- Loss: 0.0555
|
23 |
- F1: 0.9933
|
24 |
|
25 |
-
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
4 |
base_model: answerdotai/ModernBERT-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- llm-router
|
8 |
+
- modernbert
|
9 |
metrics:
|
10 |
- f1
|
11 |
model-index:
|
|
|
14 |
datasets:
|
15 |
- DevQuasar/llm_router_dataset-synth
|
16 |
pipeline_tag: text-classification
|
17 |
+
language:
|
18 |
+
- en
|
19 |
---
|
20 |
|
21 |
# ModernBERT-large-llm-router
|
|
|
26 |
- Loss: 0.0555
|
27 |
- F1: 0.9933
|
28 |
|
29 |
+
This model was trained using a RTX 4090
|
30 |
|
31 |
## Model description
|
32 |
|