demo update
Browse files
README.md
CHANGED
@@ -17,6 +17,12 @@ Todo
|
|
17 |
- It taks the prompt, decides whether to use chain of thought or direct answer, if cot then generates answer and does self review, if direct answer then directly generates answer.
|
18 |
- Mathematical reasoning, symbolic reasoning and semi-symbolic reasoning kind of tasks generally improves with chain of thought, but direct answer is good for factual recall, simple inferences, commonsense reasoning, language understanding tasks.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Installation
|
21 |
|
22 |
```bash
|
|
|
17 |
- It taks the prompt, decides whether to use chain of thought or direct answer, if cot then generates answer and does self review, if direct answer then directly generates answer.
|
18 |
- Mathematical reasoning, symbolic reasoning and semi-symbolic reasoning kind of tasks generally improves with chain of thought, but direct answer is good for factual recall, simple inferences, commonsense reasoning, language understanding tasks.
|
19 |
|
20 |
+
## Live Demo
|
21 |
+
|
22 |
+
|
23 |
+
Open-o1
|
24 |
+
* [Streamlit](https://open-o1.streamlit.app/)
|
25 |
+
* [Huggingface](https://huggingface.co/spaces/tikendraw/open-o1)
|
26 |
## Installation
|
27 |
|
28 |
```bash
|