Update README.md
Browse files
README.md
CHANGED
|
@@ -118,6 +118,8 @@ generated_ids = [
|
|
| 118 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
| 119 |
```
|
| 120 |
|
|
|
|
|
|
|
| 121 |
### Tool Use
|
| 122 |
|
| 123 |
```python
|
|
@@ -156,7 +158,7 @@ generated_ids = [
|
|
| 156 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
| 157 |
```
|
| 158 |
|
| 159 |
-
|
| 160 |
|
| 161 |
## Training Details
|
| 162 |
|
|
|
|
| 118 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
| 119 |
```
|
| 120 |
|
| 121 |
+
For a better experience, we recommend to use [the following generation parameters](https://huggingface.co/IIC/RigoChat-7b-v2/blob/main/generation_config.json).
|
| 122 |
+
|
| 123 |
### Tool Use
|
| 124 |
|
| 125 |
```python
|
|
|
|
| 158 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
| 159 |
```
|
| 160 |
|
| 161 |
+
Check the [tool use documentation](https://huggingface.co/docs/transformers/main/chat_templating#advanced-tool-use--function-calling) from HuggingFace for more information.
|
| 162 |
|
| 163 |
## Training Details
|
| 164 |
|