nielsr HF Staff commited on
Commit
b8ce0bc
·
verified ·
1 Parent(s): a73f3b3

Add model card, link to paper and code

Browse files

This PR adds a model card, by ensuring that the model is linked to the paper at https://huggingface.co/papers/2505.20298.
It also adds a `pipeline_tag`, enabling the model to be found at https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending.
Lastly, it adds a link to the Github code repository.

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ ---
6
+
7
+ This repository contains the MangaLMM model described in the paper [MangaVQA and MangaLMM: A Benchmark and Specialized Model for Multimodal Manga Understanding](https://huggingface.co/papers/2505.20298).
8
+
9
+ Code: https://github.com/hal-utokyo/MangaLMM