Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,16 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
datasets:
|
5 |
+
- glaiveai/glaive-function-calling-v2
|
6 |
+
---
|
7 |
+
|
8 |
+
The model was finetuned using the glaive dataset using qlora and full finetuning using FSDP.
|
9 |
+
|
10 |
+
Dataset link : [Link here](https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2)
|
11 |
+
|
12 |
+
|
13 |
+
For training , inference and evalaution kindly check this repository:
|
14 |
+
|
15 |
+
https://github.com/Srini-98/Function-Calling-Using-Mistral
|
16 |
+
|