vikhyatk commited on
Commit
fcdfff2
·
verified ·
1 Parent(s): fea6f89

Update README.md

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