JaggedGem commited on
Commit
354f740
1 Parent(s): 3c212a2

Update README.md

Browse files

I did some spellchecking

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -18,10 +18,10 @@ tags:
18
 
19
  # Model Dexcription
20
 
21
- It's First iteration of this model. For testing purpose its just trained on 10k rows.
22
- It performed very well than expected. It do first reasoning and than generate response on based on it but it do like o1.
23
- It do reasoning separately (Just like o1), no tags (like reflection).
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