reader-lm:1.5b

311.2K 1年前

一系列将 HTML 内容转换为 Markdown 内容的模型,适用于内容转换任务。

0.5b 1.5b
ollama run reader-lm:1.5b

详情

1年前

33da2b9e0afe · 935MB ·

qwen2
·
1.54B
·
Q4_0
Creative Commons Attribution-NonCommercial 4.0 International By exercising the Licensed Rights (defi
{ "stop": [ "<|im_start|>", "<|im_end|>" ] }
{{- if .Messages }} {{- range $i, $_ := .Messages }} {{- $last := eq (len (slice $.Messages $i)) 1 -

自述文件

Jina Reader-LM 是一系列将 HTML 内容转换为 Markdown 内容的模型,这对于内容转换任务非常有用。该模型在精心策划的 HTML 内容及其对应的 Markdown 内容上进行训练。

示例

提示

<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>

回复

### 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.

参考

Hugging Face