alexrs commited on
Commit
9bbf847
·
verified ·
1 Parent(s): a28ba30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -202,7 +202,7 @@ Command A+ has been specifically trained with conversational tool use capabiliti
202
 
203
  Tool use with Command A+ is supported through [chat templates](https://huggingface.co/docs/transformers/main/en/chat_templating#advanced-tool-use--function-calling) in Transformers. We recommend providing tool descriptions using JSON schema.
204
 
205
- **Tool Use Example \[CLICK TO EXPAND\]**
206
 
207
  ```py
208
  from transformers import AutoTokenizer
 
202
 
203
  Tool use with Command A+ is supported through [chat templates](https://huggingface.co/docs/transformers/main/en/chat_templating#advanced-tool-use--function-calling) in Transformers. We recommend providing tool descriptions using JSON schema.
204
 
205
+ **Tool Use Example**
206
 
207
  ```py
208
  from transformers import AutoTokenizer