Image-Text-to-Text
Safetensors
English
llava_llama
custom_code
richardaecn commited on
Commit
5a5dda2
·
verified ·
1 Parent(s): a09d0cb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - nvidia/describe-anything-dataset
4
+ language:
5
+ - en
6
+ base_model:
7
+ - Efficient-Large-Model/VILA1.5-3b
8
+ pipeline_tag: image-text-to-text
9
+ ---
10
+
11
+ # Model Card for DAM-3B
12
+
13
+ ## Description
14
+ Describe Anything Model 3B (DAM-3B) takes inputs of user-specified regions in the form of points/boxes/scribbles/masks within images, and generates detailed localized descriptions of images. DAM integrates full-image context with fine-grained local details using a novel focal prompt and a localized vision backbone enhanced with gated cross-attention. The model is for research and development only. This model is ready for non-commercial use.
15
+
16
+ ## License
17
+ [NVIDIA Noncommercial License](https://huggingface.co/nvidia/DAM-3B/blob/main/LICENSE)
18
+
19
+ ## Intended Usage
20
+ This model is intended to demonstrate and facilitate the understanding and usage of the describe anything models. It should primarily be used for research and non-commercial purposes.
21
+
22
+ ## Model Architecture
23
+ **Architecture Type:** Transformer <br>
24
+ **Network Architecture:** ViT and Llama <br>
25
+
26
+ This model was developed based on [VILA-1.5](https://github.com/NVlabs/VILA). <br>
27
+ This model has 3B of model parameters. <br>
28
+
29
+ ## Input
30
+ **Input Type(s):** Image, Text, Binary Mask <br>
31
+ **Input Format(s):** RGB Image, Binary Mask <br>
32
+ **Input Parameters:** 2D Image, 2D Binary Mask <br>
33
+ **Other Properties Related to Input:** 3 channels for RGB image, 1 channel for binary mask. Resolution is 384x384. <br>
34
+
35
+ ## Output
36
+ **Output Type(s):** Text <br>
37
+ **Output Format:** String <br>
38
+ **Output Parameters:** 1D Text <br>
39
+ **Other Properties Related to Output:** Detailed descriptions for the visual region. <br>
40
+
41
+ **Supported Hardware Microarchitecture Compatibility:** <br>
42
+ * NVIDIA Ampere
43
+ * NVIDIA Hopper
44
+ * NVIDIA Lovelace
45
+
46
+ **Preferred/Supported Operating System(s):** <br>
47
+ * Linux
48
+
49
+ ## Training Dataset
50
+ [Describe Anything Training Datasets](https://huggingface.co/datasets/nvidia/describe-anything-dataset)
51
+
52
+ ## Evaluation Dataset
53
+ We evaluate our models our detailed localized captioning benchmark: [DLC-Bench](https://huggingface.co/datasets/nvidia/DLC-Bench)
54
+
55
+ ## Inference
56
+ PyTorch
57
+
58
+ ## Ethical Considerations
59
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
60
+
61
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).