loubnabnl HF staff commited on
Commit
ba519e2
1 Parent(s): af70e37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -193,6 +193,7 @@ def parse_response(text: str) -> str | dict[str, any]:
193
  return json.loads(matches[0])
194
  return text
195
  ```
 
196
 
197
  ## Limitations
198
 
 
193
  return json.loads(matches[0])
194
  return text
195
  ```
196
+ More details can be found [here](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct/blob/main/instructions_function_calling.md)
197
 
198
  ## Limitations
199