Update README.md
Browse files
README.md
CHANGED
@@ -33,8 +33,6 @@ tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True,
|
|
33 |
)
|
34 |
```
|
35 |
|
36 |
-
## Inference example
|
37 |
-
|
38 |
This model produces both thinking and reflection sections, marked by these special tokens:
|
39 |
|
40 |
```python
|
@@ -46,9 +44,13 @@ reflect_end= "<|/reflect|>"
|
|
46 |
|
47 |

|
48 |
|
49 |
-
|
50 |
-
|
|
|
51 |
|
|
|
|
|
|
|
52 |
|
53 |
### Simple inference:
|
54 |
|
|
|
33 |
)
|
34 |
```
|
35 |
|
|
|
|
|
36 |
This model produces both thinking and reflection sections, marked by these special tokens:
|
37 |
|
38 |
```python
|
|
|
44 |
|
45 |

|
46 |
|
47 |
+
## Inference examples
|
48 |
+
|
49 |
+
We provide several examples for how to use this model, using Colab notebooks and Hugging Face transformers.
|
50 |
|
51 |
+
### Colab PRefLexOR Inference: Thinking and Reflection and Agentic Reasoning
|
52 |
+
|
53 |
+
[](https://colab.research.google.com/github/lamm-mit/PRefLexOR/blob/main/PRefLexOR_inference_thinking-reflection.ipynb)
|
54 |
|
55 |
### Simple inference:
|
56 |
|