metafile.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Collections:
  2. - Name: Otter
  3. Metadata:
  4. Architecture:
  5. - Transformer
  6. - Gated Cross-Attention Dense
  7. Paper:
  8. Title: 'Otter: A Multi-Modal Model with In-Context Instruction Tuning'
  9. URL: https://arxiv.org/abs/2305.03726
  10. README: configs/otter/README.md
  11. Models:
  12. - Name: otter-9b_3rdparty_caption
  13. Metadata:
  14. FLOPs: null
  15. Parameters: 8220452880
  16. In Collection: Otter
  17. Results:
  18. - Task: Image Caption
  19. Dataset: COCO
  20. Metrics:
  21. BLEU-4: null
  22. CIDER: null
  23. Weights: https://download.openmmlab.com/mmclassification/v1/otter/otter-9b-adapter_20230613-51c5be8d.pth
  24. Config: configs/otter/otter-9b_caption.py
  25. Converted From:
  26. Weights: https://huggingface.co/luodian/otter-9b-hf
  27. Code: https://github.com/Luodian/Otter/tree/main
  28. - Name: otter-9b_3rdparty_vqa
  29. Metadata:
  30. FLOPs: null
  31. Parameters: 8220452880
  32. In Collection: Otter
  33. Results:
  34. - Task: Visual Question Answering
  35. Dataset: VQAv2
  36. Metrics:
  37. Accuracy: null
  38. Weights: https://download.openmmlab.com/mmclassification/v1/otter/otter-9b-adapter_20230613-51c5be8d.pth
  39. Config: configs/otter/otter-9b_vqa.py
  40. Converted From:
  41. Weights: https://huggingface.co/luodian/otter-9b-hf
  42. Code: https://github.com/Luodian/Otter/tree/main