nielsr HF staff commited on
Commit
c3617ca
1 Parent(s): 78eb10e

Add model card

Browse files

This PR improves the model card by:
- Adding a `pipeline_tag`, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=image-text-to-text.
- Adding the `library_name`.
- Adding a link to the paper [ArtGPT-4: Towards Artistic-understanding Large Vision-Language Models with Enhanced Adapter](https://huggingface.co/papers/2305.07490)
- Adding a link to the Github repository

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
 
2
  ## Getting Started
3
  ### Installation
@@ -68,4 +78,4 @@ We use [Laion-aesthetic](https://github.com/LAION-AI/laion-datasets/blob/main/la
68
  ## License
69
  This repository is under [BSD 3-Clause License](LICENSE.md).
70
  Many codes are based on [Lavis](https://github.com/salesforce/LAVIS) with
71
- BSD 3-Clause License [here](LICENSE_Lavis.md).
 
1
+ ---
2
+ license: bsd-3-clause
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ ---
6
+ # ArtGPT-4: Artistic Vision-Language Understanding with Adapter-enhanced MiniGPT-4
7
+
8
+ This is a model card for the model described in the paper [ArtGPT-4: Towards Artistic-understanding Large Vision-Language Models with Enhanced Adapter](https://huggingface.co/papers/2305.07490).
9
+
10
+ See the code at https://github.com/DLYuanGod/ArtGPT-4.
11
 
12
  ## Getting Started
13
  ### Installation
 
78
  ## License
79
  This repository is under [BSD 3-Clause License](LICENSE.md).
80
  Many codes are based on [Lavis](https://github.com/salesforce/LAVIS) with
81
+ BSD 3-Clause License [here](LICENSE_Lavis.md).