Fix base model link (#1)
Browse files- Fix base model link (4e0c8267b497491885d56089b086a87cc8a5a1c6)
Co-authored-by: Max Klyga <[email protected]>
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model:
|
|
|
|
| 4 |
tags:
|
| 5 |
- function
|
| 6 |
- function-calling
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- meta-llama/Meta-Llama-3.1-8B-Instruct
|
| 5 |
tags:
|
| 6 |
- function
|
| 7 |
- function-calling
|