vikhyatk commited on
Commit
ac3ef11
·
verified ·
1 Parent(s): 27feae9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: image-text-to-text
 
4
  ---
5
 
6
  ⚠️ This repository contains the latest version of Moondream 2, our previous generation model. The latest version of Moondream is [Moondream 3 (Preview)](https://huggingface.co/moondream/moondream3-preview).
@@ -84,4 +85,4 @@ print(f"Found {len(points)} person(s)")
84
  4. Improved text understanding (e.g. OCRBench increased from 58.3 to 61.2)
85
  5. Improved object detection, especially for small objects (e.g. COCO up from 30.5 to 51.2)
86
  6. Fixed token streaming bug affecting multi-byte unicode characters
87
- 7. gpt-fast style `compile()` now supported in HF Transformers implementation
 
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: image-text-to-text
4
+ new_version: moondream/moondream3-preview
5
  ---
6
 
7
  ⚠️ This repository contains the latest version of Moondream 2, our previous generation model. The latest version of Moondream is [Moondream 3 (Preview)](https://huggingface.co/moondream/moondream3-preview).
 
85
  4. Improved text understanding (e.g. OCRBench increased from 58.3 to 61.2)
86
  5. Improved object detection, especially for small objects (e.g. COCO up from 30.5 to 51.2)
87
  6. Fixed token streaming bug affecting multi-byte unicode characters
88
+ 7. gpt-fast style `compile()` now supported in HF Transformers implementation