Update README.md
Browse filesI did some spellchecking
README.md
CHANGED
@@ -18,10 +18,10 @@ tags:
|
|
18 |
|
19 |
# Model Dexcription
|
20 |
|
21 |
-
It's
|
22 |
-
It performed very well than expected. It
|
23 |
-
It
|
24 |
-
Below is inference code.
|
25 |
```python
|
26 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
27 |
|
|
|
18 |
|
19 |
# Model Dexcription
|
20 |
|
21 |
+
It's the first iteration of this model. For testing purposes it's just trained on 10k rows.
|
22 |
+
It performed very well, better than expected. It first reasons and then generates a response based on it, like o1.
|
23 |
+
It does reasoning separately (Just like o1), no tags (like reflection).
|
24 |
+
Below is the inference code.
|
25 |
```python
|
26 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
27 |
|