Yhyu13 commited on
Commit
3214995
1 Parent(s): 9c985b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -8,6 +8,16 @@ This is a merged model of the https://huggingface.co/cognitivecomputations/dolph
8
 
9
  The sft dataset is https://huggingface.co/datasets/Yhyu13/glaive-function-calling-v2-llama-factory-convert, which I converted for llama_factory from original dataset https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2
10
 
 
 
 
 
 
 
 
 
 
 
11
  The function calling is wrapped in simple xml tag for eaiser identification.
12
 
13
  ```
 
8
 
9
  The sft dataset is https://huggingface.co/datasets/Yhyu13/glaive-function-calling-v2-llama-factory-convert, which I converted for llama_factory from original dataset https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2
10
 
11
+ This model is acompanied with pr on textgen-webui to enable its function calling ability like GPTs: Add function calling ability to openai extension
12
+
13
+ ## Caution
14
+
15
+ Do not use this model in production, phi-2 has limited prompt following ability in terms of function calling.
16
+
17
+ Please checkout my best function calling model here https://huggingface.co/Yhyu13/dolphin-2.6-mistral-7b-dpo-laser-function-calling
18
+
19
+ ## Detail
20
+
21
  The function calling is wrapped in simple xml tag for eaiser identification.
22
 
23
  ```