mjbuehler commited on
Commit
b6c0760
1 Parent(s): 5f66e6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -41,7 +41,9 @@ thinking_start = '<|thinking|>'
41
  thinking_end = '<|/thinking|>'
42
  ```
43
 
44
- ## Inference example
 
 
45
 
46
  ### Colab PRefLexOR Inference: Thinking and Agentic Reflection
47
 
 
41
  thinking_end = '<|/thinking|>'
42
  ```
43
 
44
+ ## Inference examples
45
+
46
+ We provide several examples for how to use this model, using Colab notebooks and Hugging Face transformers.
47
 
48
  ### Colab PRefLexOR Inference: Thinking and Agentic Reflection
49