Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,9 @@ thinking_start = '<|thinking|>'
|
|
| 41 |
thinking_end = '<|/thinking|>'
|
| 42 |
```
|
| 43 |
|
| 44 |
-
## Inference
|
|
|
|
|
|
|
| 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 |
|