alexantonov commited on
Commit
31ad025
·
verified ·
1 Parent(s): e4fddf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -199,10 +199,11 @@ Best results were reached with `contains_book` evaluation type. See the figure a
199
  | GPT | cv | 0 |
200
 
201
  </details>
 
202
 
203
  # Code
204
 
205
- Access to models via OpenRouter
206
 
207
  ```python
208
  import requests
@@ -230,7 +231,7 @@ def evaluate_openrouter(prompt: str, model_name: str) -> str:
230
  return data["choices"][0]["message"]["content"]
231
  ```
232
 
233
- Check correct
234
 
235
  ```python
236
  def check_correct_contains(answer: str, llm_answer: str) -> bool:
 
199
  | GPT | cv | 0 |
200
 
201
  </details>
202
+ <br>
203
 
204
  # Code
205
 
206
+ ## Access to models via OpenRouter
207
 
208
  ```python
209
  import requests
 
231
  return data["choices"][0]["message"]["content"]
232
  ```
233
 
234
+ ## Check correct
235
 
236
  ```python
237
  def check_correct_contains(answer: str, llm_answer: str) -> bool: