srini98 commited on
Commit
db7354e
·
1 Parent(s): 7d0eb34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -1 +1,16 @@
1
- The model was finetuned using the glaive dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+