Update README.md
Browse files
README.md
CHANGED
@@ -30,14 +30,20 @@ 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 |
-
# Evaluation
|
34 |
-
|
35 |
-
TBD
|
36 |
|
37 |
# Quick Start
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
To use this model, you need to install `transformers`:
|
40 |
|
|
|
|
|
41 |
```bash
|
42 |
pip install transformers<=4.43.4
|
43 |
```
|
|
|
30 |
| reader-lm-1.5b | 256K | [🤗 Hugging Face](https://huggingface.co/jinaai/reader-lm-1.5b) |
|
31 |
| |
|
32 |
|
|
|
|
|
|
|
33 |
|
34 |
# Quick Start
|
35 |
|
36 |
+
## On Google Colab
|
37 |
+
The easiest way to experience reader-lm is by running [our Colab notebook](https://colab.research.google.com/drive/1wXWyj5hOxEHY6WeHbOwEzYAC0WB1I5uA),
|
38 |
+
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.
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
+
## Local
|
43 |
To use this model, you need to install `transformers`:
|
44 |
|
45 |
+
|
46 |
+
|
47 |
```bash
|
48 |
pip install transformers<=4.43.4
|
49 |
```
|