A series of models that convert HTML content to Markdown content, which is useful for content conversion tasks.
0.5b
1.5b
18K Pulls Updated 8 weeks ago
Updated 8 weeks ago
8 weeks ago
9c5fd0c488ad · 1.3GB
model
archqwen2
·
parameters1.54B
·
quantizationQ6_K
1.3GB
params
{"stop":["\u003c|im_start|\u003e","\u003c|im_end|\u003e"]}
59B
template
{{- if .Messages }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -
506B
license
Creative Commons Attribution-NonCommercial 4.0 International
By exercising the Licensed Rights (de
13kB
Readme
Jina Reader-LM is a series of models that convert HTML content to Markdown content, which is useful for content conversion tasks. The model is trained on a curated collection of HTML content and its corresponding Markdown content.
Example
Prompt
<html>
<body>
<h3>Why is the sky blue?</h3>
<p>The sky appears blue because of the way light from the sun is reflected by the atmosphere. The atmosphere is made up of gases, including nitrogen and oxygen, which scatter light in all directions. This scattering causes the sunlight to appear as a rainbow of colors, with red light scattered more than other colors.
</p>
</body>
</html>
Response
### Why is the sky blue?
The sky appears blue because of the way light from the sun is reflected by the atmosphere. The atmosphere is made up of gases, including nitrogen and oxygen, which scatter light in all directions. This scattering causes the sunlight to appear as a rainbow of colors, with red light scattered more than other colors.