Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ language:
|
|
10 |
|
11 |
This model is fine-tuned based on Meta-Llama/Meta-Llama-3-8B instructions via mlx-lm.
|
12 |
|
|
|
13 |
## Usage
|
14 |
|
15 |
```python
|
|
|
10 |
|
11 |
This model is fine-tuned based on Meta-Llama/Meta-Llama-3-8B instructions via mlx-lm.
|
12 |
|
13 |
+
**Note:** The glaive-function-calling-v2 dataset contains some invalid JSON and single quotes for the arguments' values. I have re-trained the model based on cleaned-up data. If you encounter issues with the function calling JSON format, you may try this new version here: https://huggingface.co/mzbac/llama-3-8B-Instruct-function-calling-v0.2
|
14 |
## Usage
|
15 |
|
16 |
```python
|