sethuiyer commited on
Commit
1d4f46e
1 Parent(s): 0b34ac6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -142,6 +142,8 @@ This combination optimizes Anvita for superior reasoning, dynamic conversations,
142
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/sethuiyer__Qwen2.5-7B-Anvita-details).
143
  Personal Benchmarks - check [PERSONAL_BENCHMARK.md](./PERSONAL_BENCHMARK.md)
144
 
 
 
145
  ## Features
146
 
147
  - **Enhanced Reasoning:** Optimized for multi-step reasoning across various domains.
@@ -157,8 +159,6 @@ To get started with Anvita, ensure you have the necessary dependencies installed
157
  pip install transformers rich
158
  ```
159
 
160
- For optimal reasoning performance, it is recommended to use **BF16** precision and the [Entropic Chain of Thought](https://huggingface.co/sethuiyer/Qwen2.5-7B-Anvita/blob/main/entropic_cot.py) decoding method. This experimental decoder combines entropy and CoT decoding to enhance output quality.
161
-
162
  ## Quick Start
163
 
164
  Here's a simple example to demonstrate how to use Anvita for generating responses with enhanced reasoning capabilities.
 
142
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/sethuiyer__Qwen2.5-7B-Anvita-details).
143
  Personal Benchmarks - check [PERSONAL_BENCHMARK.md](./PERSONAL_BENCHMARK.md)
144
 
145
+ For optimal reasoning performance, it is recommended to use **BF16** precision and the [Entropic Chain of Thought](https://huggingface.co/sethuiyer/Qwen2.5-7B-Anvita/blob/main/entropic_cot.py) decoding method. This experimental decoder combines entropy and CoT decoding to enhance output quality.
146
+
147
  ## Features
148
 
149
  - **Enhanced Reasoning:** Optimized for multi-step reasoning across various domains.
 
159
  pip install transformers rich
160
  ```
161
 
 
 
162
  ## Quick Start
163
 
164
  Here's a simple example to demonstrate how to use Anvita for generating responses with enhanced reasoning capabilities.