hanxiao commited on
Commit
52961e4
1 Parent(s): d5cfd8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -17,6 +17,7 @@ library_name: transformers
17
  <b>Trained by <a href="https://jina.ai/"><b>Jina AI</b></a>.</b>
18
  </p>
19
 
 
20
 
21
  # Intro
22
 
@@ -68,3 +69,10 @@ outputs = model.generate(inputs, max_new_tokens=1024, temperature=0, do_sample=F
68
 
69
  print(tokenizer.decode(outputs[0]))
70
  ```
 
 
 
 
 
 
 
 
17
  <b>Trained by <a href="https://jina.ai/"><b>Jina AI</b></a>.</b>
18
  </p>
19
 
20
+ [Blog](https://jina.ai/news/reader-lm-small-language-models-for-cleaning-and-converting-html-to-markdown) | [Colab](https://colab.research.google.com/drive/1wXWyj5hOxEHY6WeHbOwEzYAC0WB1I5uA)
21
 
22
  # Intro
23
 
 
69
 
70
  print(tokenizer.decode(outputs[0]))
71
  ```
72
+
73
+ ## AWS Sagemaker & Azure Marketplace
74
+ [AWS 0.5b](https://aws.amazon.com/marketplace/pp/prodview-nli7b6dueo424?sr=0-1&ref_=beagle&applicationId=AWSMPContessa)
75
+ [AWS 1.5b](https://aws.amazon.com/marketplace/pp/prodview-ms27ixcwq3wjk?sr=0-2&ref_=beagle&applicationId=AWSMPContessa)
76
+ [Azure 0.5b](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/jinaai.reader-lm-500m)
77
+ [Azure 1.5b](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/jinaai.reader-lm-1500m)
78
+