Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ datasets:
|
|
18 |
# Function Calling Llama Model
|
19 |
|
20 |
## Overview
|
21 |
-
A specialized fine-tuned version of the meta-llama/Llama-3.2-1B-Instruct model enhanced with function/tool calling capabilities. The model leverages the **hiyouga/glaive-function-calling-v2-sharegpt** dataset for training.
|
22 |
|
23 |
## Model Specifications
|
24 |
|
@@ -170,7 +170,7 @@ print(llm_tools.invoke(query).content)
|
|
170 |
## Technical Details
|
171 |
|
172 |
### Dataset Information
|
173 |
-
Training utilized the hiyouga/glaive-function-calling-v2-sharegpt dataset, featuring comprehensive function calling interaction examples.
|
174 |
|
175 |
### Known Limitations
|
176 |
|
|
|
18 |
# Function Calling Llama Model
|
19 |
|
20 |
## Overview
|
21 |
+
A specialized fine-tuned version of the `meta-llama/Llama-3.2-1B-Instruct` model enhanced with function/tool calling capabilities. The model leverages the **hiyouga/glaive-function-calling-v2-sharegpt** dataset for training.
|
22 |
|
23 |
## Model Specifications
|
24 |
|
|
|
170 |
## Technical Details
|
171 |
|
172 |
### Dataset Information
|
173 |
+
Training utilized the `hiyouga/glaive-function-calling-v2-sharegpt` dataset, featuring comprehensive function calling interaction examples.
|
174 |
|
175 |
### Known Limitations
|
176 |
|