Text Generation
Transformers
Safetensors
apertus
conversational
waiyiaisg commited on
Commit
429b570
·
verified ·
1 Parent(s): 8b893eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -138,7 +138,10 @@ with torch.inference_mode():
138
 
139
  decoded = tokenizer.decode(generation, skip_special_tokens=True)
140
  print(decoded)
 
141
 
 
 
142
  # I'll search for HDB flats available for sale in Tampines. Let me check the listings for you.
143
  # <tool_call>
144
  # {"name": "search_hdb_listings", "arguments": {"location": "Tampines", "flat_type": "3-room", "max_price": 500000}}
 
138
 
139
  decoded = tokenizer.decode(generation, skip_special_tokens=True)
140
  print(decoded)
141
+ ```
142
 
143
+ Output:
144
+ ```
145
  # I'll search for HDB flats available for sale in Tampines. Let me check the listings for you.
146
  # <tool_call>
147
  # {"name": "search_hdb_listings", "arguments": {"location": "Tampines", "flat_type": "3-room", "max_price": 500000}}