kpyu commited on
Commit
2d9ca54
1 Parent(s): 4862de9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -1,3 +1,46 @@
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-OPT-2.7B
16
+
17
+ [Salesforce/blip2-opt-2.7b](https://huggingface.co/Salesforce/blip2-opt-2.7b) 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.
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ EILEV BLIP-2-OPT-2.7B is a VLM optimized for egocentric video. It can perform in-context learning over videos and texts.
24
+
25
+ ### Model Sources [optional]
26
+
27
+ - **Repository:** https://github.com/yukw777/EILEV
28
+ - **Paper:** [More Information Needed]
29
+ - **Demo:** https://dd71-141-212-106-177.ngrok-free.app
30
+
31
+ ## Bias, Risks, and Limitations
32
+
33
+ EILEV BLIP-2-OPT-2.7B uses off-the-shelf OPT as the language model. It inherits the same risks and limitations as mentioned in Meta's model card.
34
+
35
+ > Like other large language models for which the diversity (or lack thereof) of training
36
+ > data induces downstream impact on the quality of our model, OPT-175B has limitations in terms
37
+ > of bias and safety. OPT-175B can also have quality issues in terms of generation diversity and
38
+ > hallucination. In general, OPT-175B is not immune from the plethora of issues that plague modern
39
+ > large language models.
40
+ >
41
+
42
+ 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.
43
+
44
+ ## How to Get Started with the Model
45
+
46
+ Please check out the official repository: https://github.com/yukw777/EILEV