No description
  • Jupyter Notebook 100%
Find a file
2022-05-20 16:42:35 +03:00
captioner test 2021-12-22 21:39:05 +03:00
images Add files via upload 2022-05-20 15:56:13 +03:00
.gitignore test 2021-12-22 21:39:05 +03:00
inference_Ru_captioner.ipynb Add files via upload 2022-05-20 16:42:35 +03:00
README.md Update README.md 2022-05-20 16:39:07 +03:00

ruImageCaptioning


Inference Notebook:

Hugginface🤗 HF spaces

Русская версия CLIP prefix caption, обученная на ruGPTSMALL + CLIP(OPENAI), можно использовать для VQA, image captioning и прочее. Модель работает <1c + ее можно эффективно квантануть/перенести в ONNX. Обучалось в течении 3х дней на 2*1080ti

Trained and validated on ruCOCO BLEU: 37.3

chrF: 32.4

ROUGE-1-F: 33.0

ROUGE-2-F: 14.1

ROUGE-L-F: 30.3

Пример кэпшенинга Пример работы в zero shot

THIS WORK IS BASED ON https://github.com/rmokady/CLIP_prefix_caption (english version)

@article{mokady2021clipcap,
  title={ClipCap: CLIP Prefix for Image Captioning},
  author={Mokady, Ron and Hertz, Amir and Bermano, Amit H},
  journal={arXiv preprint arXiv:2111.09734},
  year={2021}
}
@article{AlexWortega,
  title={ruImage captioning},
  author={Aleksandr Nikolic, Asta gpu server },
}

Acknowledgments

This repository is heavily based on CLIP and Hugging-faces repositories. For training we used the data of COCO dataset and Conceptual Captions translated by ALEX WORTEGA ruCOCO