Update README.md
Browse files
README.md
CHANGED
@@ -66,6 +66,6 @@ print(f"Found {len(points)} person(s)")
|
|
66 |
2. Open vocabulary image tagging
|
67 |
3. Improved counting accuracy (e.g. CountBenchQA increased from 80 to 86.4)
|
68 |
4. Improved text understanding (e.g. OCRBench increased from 58.3 to 61.2)
|
69 |
-
5. Improved object detection, especially for small objects (e.g. COCO
|
70 |
6. Fixed token streaming bug affecting multi-byte unicode characters
|
71 |
7. gpt-fast style `compile()` now supported in HF Transformers implementation
|
|
|
66 |
2. Open vocabulary image tagging
|
67 |
3. Improved counting accuracy (e.g. CountBenchQA increased from 80 to 86.4)
|
68 |
4. Improved text understanding (e.g. OCRBench increased from 58.3 to 61.2)
|
69 |
+
5. Improved object detection, especially for small objects (e.g. COCO up from 30.5 to 51.2)
|
70 |
6. Fixed token streaming bug affecting multi-byte unicode characters
|
71 |
7. gpt-fast style `compile()` now supported in HF Transformers implementation
|