nguyenthanhthuan
commited on
Commit
•
8361167
1
Parent(s):
c3b632e
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ datasets:
|
|
19 |
# Function Calling Llama Model
|
20 |
|
21 |
## Overview
|
22 |
-
A specialized fine-tuned version of the
|
23 |
|
24 |
## Model Specifications
|
25 |
|
@@ -159,7 +159,7 @@ print(llm_tools.invoke(query).content)
|
|
159 |
## Technical Details
|
160 |
|
161 |
### Dataset Information
|
162 |
-
Training utilized the
|
163 |
|
164 |
### Known Limitations
|
165 |
|
|
|
19 |
# Function Calling Llama Model
|
20 |
|
21 |
## Overview
|
22 |
+
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.
|
23 |
|
24 |
## Model Specifications
|
25 |
|
|
|
159 |
## Technical Details
|
160 |
|
161 |
### Dataset Information
|
162 |
+
Training utilized the **`hiyouga/glaive-function-calling-v2-sharegpt`** dataset, featuring comprehensive function calling interaction examples.
|
163 |
|
164 |
### Known Limitations
|
165 |
|