Update README.md
Browse files
README.md
CHANGED
@@ -99,13 +99,9 @@ generate_ids = model.generate(model_inputs, streamer=streamer, do_sample=True, m
|
|
99 |
decoded = tokenizer.batch_decode(generate_ids)
|
100 |
```
|
101 |
|
102 |
-
### Output
|
103 |
```python
|
104 |
<tool_call>
|
105 |
{"arguments": {"location": "San Francisco, CA", "format": "celsius"}, "name": "get_current_weather"}
|
106 |
</tool_call>
|
107 |
-
```
|
108 |
-
|
109 |
-
|
110 |
-
## Quantization Models
|
111 |
-
- Updating
|
|
|
99 |
decoded = tokenizer.batch_decode(generate_ids)
|
100 |
```
|
101 |
|
102 |
+
### Expected Output
|
103 |
```python
|
104 |
<tool_call>
|
105 |
{"arguments": {"location": "San Francisco, CA", "format": "celsius"}, "name": "get_current_weather"}
|
106 |
</tool_call>
|
107 |
+
```
|
|
|
|
|
|
|
|