kpyu commited on
Commit
8bb7288
1 Parent(s): edbb987

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ pipeline_tag: image-to-text
7
+ tags:
8
+ - video-to-text
9
+ - video-captioning
10
+ - image-to-text
11
+ - image-captioning
12
+ - visual-question-answering
13
+ - blip-2
14
  ---
15
+ # Model Card for EILEV BLIP-2-Flan-T5-xl
16
+
17
+ ![Teaser](teaser.png)
18
+
19
+ [Salesforce/blip2-flan-t5-xl](https://huggingface.co/Salesforce/blip2-flan-t5-xl) trained using [EILEV](https://github.com/yukw777/EILEV), a novel training method that can elicit in-context learning in vision-language models (VLMs) for egocentric videos without requiring massive, naturalistic egocentric video datasets.
20
+
21
+ ## Model Details
22
+
23
+ ### Model Description
24
+
25
+ EILEV BLIP-2-Flan-T5-xl is a VLM optimized for egocentric video. It can perform in-context learning over videos and texts. It was trained on Ego4D.
26
+
27
+ ### Model Sources
28
+
29
+ - **Repository:** https://github.com/yukw777/EILEV
30
+ - **Paper:** [More Information Needed]
31
+ - **Demo:** https://dd71-141-212-106-177.ngrok-free.app
32
+
33
+ ## Bias, Risks, and Limitations
34
+
35
+ EILEV BLIP-2-OPT-2.7B 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):
36
+
37
+ > 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.
38
+
39
+ EILEV BLIP-2-OPT-2.7B 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.
40
+
41
+ ## How to Get Started with the Model
42
+
43
+ Please check out the official repository: https://github.com/yukw777/EILEV