kpyu commited on
Commit
b494c30
1 Parent(s): 205d387

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
 
2
  license: mit
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
  license: mit
4
+ tags:
5
+ - vision
6
+ - image-to-text
7
+ - video-to-text
8
+ - image-captioning
9
+ - video-captioning
10
+ - visual-question-answering
11
+ pipeline_tag: image-to-text
12
  ---
13
+
14
+ # VideoBLIP, Flan T5-xl, fine-tuned on Ego4D
15
+
16
+ VideoBLIP model, leveraging [BLIP-2](https://arxiv.org/abs/2301.12597) with [Flan T5-xl](https://huggingface.co/google/flan-t5-xl) (a large language model with 2.7 billion parameters) as its LLM backbone.
17
+
18
+ ## Model description
19
+
20
+ VideoBLIP is an augmented BLIP-2 that can handle videos.
21
+
22
+ ## Bias, Risks, Limitations, and Ethical Considerations
23
+
24
+ VideoBLIP-OPT uses off-the-shelf Flan-T5 as the language model. It inherits the same risks and limitations from [Flan-T5](https://arxiv.org/pdf/2210.11416.pdf):
25
+
26
+ > Language models, including Flan-T5, can potentially be used for language generation in a harmful way, according to Rae et al. (2021). Flan-T5 should not be used directly in any application, without a prior assessment of safety and fairness concerns specific to the application.
27
+
28
+ VideoBLIP has not been tested in real world applications. It should not be directly deployed in any applications. Researchers should first carefully assess the safety and fairness of the model in relation to the specific context they’re being deployed within.
29
+
30
+ ### How to use
31
+
32
+ For code examples, please refer to the [official repository](https://github.com/yukw777/VideoBLIP).