Update README.md
Browse files
README.md
CHANGED
@@ -14,12 +14,12 @@ tags:
|
|
14 |
- Ollama
|
15 |
- Tool-Calling
|
16 |
datasets:
|
17 |
-
-
|
18 |
---
|
19 |
# Function Calling Llama Model Version 2
|
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 **`
|
23 |
|
24 |
## Model Specifications
|
25 |
|
@@ -194,7 +194,7 @@ print(result)
|
|
194 |
## Technical Details
|
195 |
|
196 |
### Dataset Information
|
197 |
-
Training utilized the **`
|
198 |
|
199 |
### Known Limitations
|
200 |
|
|
|
14 |
- Ollama
|
15 |
- Tool-Calling
|
16 |
datasets:
|
17 |
+
- nguyenthanhthuan/function-calling-sharegpt
|
18 |
---
|
19 |
# Function Calling Llama Model Version 2
|
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 **`nguyenthanhthuan/function-calling-sharegpt`** dataset for training.
|
23 |
|
24 |
## Model Specifications
|
25 |
|
|
|
194 |
## Technical Details
|
195 |
|
196 |
### Dataset Information
|
197 |
+
Training utilized the **`nguyenthanhthuan/function-calling-sharegpt`** dataset, featuring comprehensive function calling interaction examples.
|
198 |
|
199 |
### Known Limitations
|
200 |
|