Bảo Mai Chí commited on
Commit
7ca1fb1
·
verified ·
1 Parent(s): 294e7a8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Model Description
2
+
3
+ This model is designed for prompt routing to determine whether a prompt should be handled by GPT-4o or GPT-3.5. The goal is to reduce costs, as GPT-4o is significantly more expensive (10x the cost of GPT-3.5).
4
+
5
+ The dataset is intended for few-shot learning, which is why it contains a small number of prompts in two languages: Vietnamese and English.
6
+
7
+ Labels were manually assigned based on specific use cases. You can expand the classification to include other models such as LLaMA or GPT-4, depending on your requirements.
8
+
9
+ - **gpt-4o:** Handles complex questions that require deep thinking and analysis, such as math problems, multiple-choice homework, and tests.
10
+ - **gpt-3.5:** Handles simpler questions primarily for information retrieval, where answers are readily available in the documents from a Retrieval-Augmented Generation (RAG) system, as well as straightforward code and explanations.