Daemontatox
commited on
Commit
•
18a7698
1
Parent(s):
d40260e
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,13 @@ tags:
|
|
8 |
license: apache-2.0
|
9 |
language:
|
10 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
![Sphinx of Reasoning](./Sphinx.jpg)
|
@@ -63,10 +70,10 @@ Sphinx is a state-of-the-art Long Chain-of-Thought (CoT) reasoning model designe
|
|
63 |
## **Usage**
|
64 |
To leverage Sphinx, utilize Huggingface's Transformers library:
|
65 |
|
66 |
-
|
67 |
author = {Daemontatox},
|
68 |
title = {Sphinx: A Long Chain-of-Thought Reasoning Model},
|
69 |
year = {2024},
|
70 |
publisher = {Huggingface},
|
71 |
license = {Apache-2.0}
|
72 |
-
}
|
|
|
8 |
license: apache-2.0
|
9 |
language:
|
10 |
- en
|
11 |
+
datasets:
|
12 |
+
- Daemontatox/LongCOT-Reason
|
13 |
+
- Daemontatox/alpaca_reasoning_COT
|
14 |
+
base_model:
|
15 |
+
- Qwen/Qwen2.5-7B-Instruct
|
16 |
+
pipeline_tag: text-generation
|
17 |
+
library_name: transformers
|
18 |
---
|
19 |
|
20 |
![Sphinx of Reasoning](./Sphinx.jpg)
|
|
|
70 |
## **Usage**
|
71 |
To leverage Sphinx, utilize Huggingface's Transformers library:
|
72 |
|
73 |
+
!misc{sphinx2024,
|
74 |
author = {Daemontatox},
|
75 |
title = {Sphinx: A Long Chain-of-Thought Reasoning Model},
|
76 |
year = {2024},
|
77 |
publisher = {Huggingface},
|
78 |
license = {Apache-2.0}
|
79 |
+
}
|