Update README.md
Browse files
README.md
CHANGED
@@ -54,9 +54,9 @@ print(f"Found {len(points)} person(s)")
|
|
54 |
**2025-03-27**
|
55 |
|
56 |
1. Added support for long-form captioning
|
57 |
-
2.
|
58 |
-
3. Improved
|
59 |
-
4. Improved
|
60 |
-
5.
|
61 |
6. Fixed token streaming bug affecting multi-byte unicode characters
|
62 |
7. gpt-fast style `compile()` now supported in HF Transformers implementation
|
|
|
54 |
**2025-03-27**
|
55 |
|
56 |
1. Added support for long-form captioning
|
57 |
+
2. Open vocabulary image tagging
|
58 |
+
3. Improved counting accuracy (e.g. CountBenchQA increased from 80 to 86.4)
|
59 |
+
4. Improved text understanding (e.g. OCRBench increased from 58.3 to 61.2)
|
60 |
+
5. Improved object detection, especially for small objects (e.g. Clean COCO mAP up from 75.6 to 85.9)
|
61 |
6. Fixed token streaming bug affecting multi-byte unicode characters
|
62 |
7. gpt-fast style `compile()` now supported in HF Transformers implementation
|