Update README.md
Browse files
README.md
CHANGED
@@ -30,11 +30,13 @@ Jina Reader-LM is a series of models that convert HTML content to Markdown conte
|
|
30 |
| reader-lm-1.5b | 256K | [🤗 Hugging Face](https://huggingface.co/jinaai/reader-lm-1.5b) |
|
31 |
| |
|
32 |
|
33 |
-
#
|
34 |
|
35 |
-
|
|
|
|
|
36 |
|
37 |
-
|
38 |
|
39 |
To use this model, you need to install `transformers`:
|
40 |
|
|
|
30 |
| reader-lm-1.5b | 256K | [🤗 Hugging Face](https://huggingface.co/jinaai/reader-lm-1.5b) |
|
31 |
| |
|
32 |
|
33 |
+
# Get Started
|
34 |
|
35 |
+
## On Google Colab
|
36 |
+
The easiest way to experience reader-lm is by running [our Colab notebook](https://colab.research.google.com/drive/1wXWyj5hOxEHY6WeHbOwEzYAC0WB1I5uA),
|
37 |
+
where we demonstrate how to use reader-lm-1.5b to convert the HackerNews website into markdown. The notebook is optimized to run smoothly on Google Colab’s free T4 GPU tier. You can also load reader-lm-0.5b or change the URL to any website and explore the output. Note that the input (i.e., the prompt) to the model is the raw HTML—no prefix instruction is required.
|
38 |
|
39 |
+
## Local
|
40 |
|
41 |
To use this model, you need to install `transformers`:
|
42 |
|