Text Classification
Transformers
Safetensors
English
roberta
csabakecskemeti commited on
Commit
c95c32b
·
verified ·
1 Parent(s): 4940ff0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-classification
4
+ basemodel: roberta-base
5
+ datasets:
6
+ - DevQuasar/llm_router_dataset-synth
7
+ language:
8
+ - en
9
+ ---
10
+
11
+ Intention of the model is to determine if the given user prompt's complexity, domain question requires a SOTA (very large) LLM
12
+ or can be deescaleted to a smaller or local model.