Update README.md
Browse files
README.md
CHANGED
@@ -2,12 +2,17 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
Mistral-7B function calling
|
6 |
-
This is a merged model of the https://huggingface.co/cognitivecomputations/dolphin-2_6-mistral-7b and sft function calling lora [here](https://huggingface.co/Yhyu13/dolphin-2.6-mistral-7b-dpo-laser-function-calling-lora)
|
7 |
|
|
|
8 |
|
9 |
This model is acompanied with pr on textgen-webui to enable its function calling ability like GPTs: [Add function calling ability to openai extension](https://github.com/oobabooga/text-generation-webui/pull/5185)
|
10 |
|
|
|
|
|
|
|
|
|
|
|
11 |
The function calling is wrapped in simple xml tag for eaiser identification.
|
12 |
|
13 |
```
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# Mistral-7B function calling
|
|
|
6 |
|
7 |
+
This is a merged model of the https://huggingface.co/cognitivecomputations/dolphin-2_6-mistral-7b and sft function calling lora [here](https://huggingface.co/Yhyu13/dolphin-2.6-mistral-7b-dpo-laser-function-calling-lora)
|
8 |
|
9 |
This model is acompanied with pr on textgen-webui to enable its function calling ability like GPTs: [Add function calling ability to openai extension](https://github.com/oobabooga/text-generation-webui/pull/5185)
|
10 |
|
11 |
+
This model is recommanded over my [ph-2 variant](https://huggingface.co/Yhyu13/dolphin-2_6-phi-2-sft-glaive-function-calling-v2-ep1) since this model has more grounding ability on following function calling prompt
|
12 |
+
|
13 |
+
This model is by far my best function calling model, it can achieve 10/10 success on [openai function calling cook book](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_call_functions_with_chat_models.ipynb)
|
14 |
+
|
15 |
+
|
16 |
The function calling is wrapped in simple xml tag for eaiser identification.
|
17 |
|
18 |
```
|