sahil2801 commited on
Commit
d94dd60
1 Parent(s): 1109d93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -70,3 +70,7 @@ The model can do multi-turn conversation in the above format.
70
 
71
  We're working on providing an inference server which can act as a drop in replacement to the OpenAI API, you can follow [this](https://github.com/glaive-ai/function-calling-server) repo for the server.
72
 
 
 
 
 
 
70
 
71
  We're working on providing an inference server which can act as a drop in replacement to the OpenAI API, you can follow [this](https://github.com/glaive-ai/function-calling-server) repo for the server.
72
 
73
+ ## Known Limitations:
74
+
75
+ - While the model does well on function calling use-cases, it doesn't always generalize very well to other chat use-cases. This is intentional as our thesis at Glaive is to provide use-case specialised model that are only used for the given task.
76
+ - The model may sometimes hallucinate functions, v2 of the model will be aimed to fix that with a bigger dataset.