Alexandre-Numind commited on
Commit
6345902
·
verified ·
1 Parent(s): 91fb141

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -163,7 +163,7 @@ Pàgina 2 de 2
163
  </answer>
164
  ```
165
 
166
- ## Quick start: 🤗 Transformers
167
 
168
  ## vLLM:
169
  ```
@@ -209,6 +209,8 @@ reasoning = chat_response.choices[0].message.content.split("<thining>")[1].split
209
  answer = chat_response.choices[0].message.content.split("<answer>")[1].split("</answer>")[0]
210
  ```
211
 
 
 
212
  ```python
213
  from __future__ import annotations
214
 
 
163
  </answer>
164
  ```
165
 
166
+ ## Quick start:
167
 
168
  ## vLLM:
169
  ```
 
209
  answer = chat_response.choices[0].message.content.split("<answer>")[1].split("</answer>")[0]
210
  ```
211
 
212
+
213
+ ## 🤗 Transformers:
214
  ```python
215
  from __future__ import annotations
216