Safetensors
qwen2
linqq9 commited on
Commit
9c9bfe3
·
verified ·
1 Parent(s): d3783fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -68,13 +68,20 @@ Addressing these multifaceted issues necessitates a refined and sophisticated ap
68
 
69
  ## Supported Function Calling Types
70
 
71
- The model is capable of handling various function calling scenarios, including:
72
 
73
- - Single Function Calling
74
- - Multiple Function Calling
75
- - Parallel Function Calling
76
- - Multiple Parallel Function Calling
77
- - Irrelevance Detection
 
 
 
 
 
 
 
78
 
79
 
80
  ## Performance
 
68
 
69
  ## Supported Function Calling Types
70
 
71
+ The model is capable of handling various function calling scenarios. Here, the supported types are classified based on the nature of inputs and outputs:
72
 
73
+ ### Input Types
74
+ - 1. **Single Function Input**
75
+ - 2. **Multiple Functions Input**
76
+
77
+ ### Output Types
78
+
79
+ - 1. **Simple Function Calling**
80
+ - 2. **Parallel Function Calling**
81
+ - 3. **Irrelevance**
82
+ - 4. **Relevance**
83
+
84
+ By categorizing function calling types based on inputs and outputs, our model provides robust support for a wide range of function calling scenarios, ensuring both flexibility and precision in handling diverse tasks.
85
 
86
 
87
  ## Performance