Daemontatox commited on
Commit
3da400d
1 Parent(s): 18a7698

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -70,10 +70,12 @@ Sphinx is a state-of-the-art Long Chain-of-Thought (CoT) reasoning model designe
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
- }
 
 
70
  ## **Usage**
71
  To leverage Sphinx, utilize Huggingface's Transformers library:
72
 
73
+ ~~~
74
+ misc{sphinx2024,
75
  author = {Daemontatox},
76
  title = {Sphinx: A Long Chain-of-Thought Reasoning Model},
77
  year = {2024},
78
  publisher = {Huggingface},
79
  license = {Apache-2.0}
80
+ }
81
+ ~~~