Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
**Markdownizer** is a 8b language model finetuned for document formatting in markdown.
|
2 |
+
|
3 |
+
## Usage
|
4 |
+
*Markdownizer* is very straightforward. You only have to append ### Text ### in front of the text to submit and ### Analysis ### to start the reasoning step.
|
5 |
+
|
6 |
+
```
|
7 |
+
### Text ####
|
8 |
+
[text]
|
9 |
+
|
10 |
+
### Analysis ####
|
11 |
+
````
|