bilalfaye commited on
Commit
4edeca4
Β·
verified Β·
1 Parent(s): fce460f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -2,8 +2,41 @@
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
 
 
 
 
 
 
5
  ---
6
 
7
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Library: [More Information Needed]
9
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
5
+ language:
6
+ - en
7
+ base_model:
8
+ - google/vit-base-patch16-224
9
+ - google-bert/bert-base-uncased
10
+ - MCG-NJU/videomae-base
11
  ---
12
 
13
+ # πŸ–ΌοΈπŸ“ OneEncoder: A Unified Text & Image & Video Model
14
+
15
+ **OneEncoder** is a lightweight framework for cross-modal alignment, focusing on efficiently integrating **text, image and video** (with future extensions to other modalities). Unlike traditional methods relying on massive modality-specific encoders, OneEncoder progressively aligns different data types, making it cost-effective and performant even on small paired datasets.
16
+
17
+ ## πŸš€ Key Features
18
+ βœ… **Multimodal Alignment**: Initially supports **text & image & video**, with extension to other modalities.
19
+ βœ… **Lightweight & Efficient**: Avoids full retraining when adding new modalities.
20
+ βœ… **Superior Performance**: Outperforms models that require large specialized datasets.
21
+
22
+ ## 🎯 Applications
23
+ - **Visual Question Answering (VQA)**
24
+ - **Image-Text-X-ray Retrieval**
25
+ - **Multimodal Content Understanding**
26
+
27
+ ## πŸ“„ Research Paper
28
+ πŸ“œ **arXiv**: [OneEncoder: Progressive Cross-Modal Alignment](https://arxiv.org/abs/2409.11059)
29
+
30
+ ## πŸ“Œ Resources
31
+ πŸ”— **GitHub Repo**: [OneEncoder](https://github.com/b-faye/OneEncoder)
32
+ πŸš€ **Hugging Face Demo**: [OneEncoder Retriever](https://huggingface.co/spaces/bilalfaye/OneEncoder-retriever)
33
+ πŸ““ **Demo Notebook**: [OneEncoder Demos](https://github.com/b-faye/OneEncoder/tree/main/demo)
34
+ πŸ”Š **OneEncoder for Text, Image**: [HF Model](https://huggingface.co/bilalfaye/OneEncoder-text-image)
35
+ πŸ”Š **OneEncoder for Text, Image & Audio**: [HF Model](https://huggingface.co/bilalfaye/OneEncoder-text-image-audio)
36
+ πŸ”Š **OneEncoder for Text, Image & X-ray**: [HF Model](https://huggingface.co/bilalfaye/OneEncoder-text-image-xray)
37
+
38
+
39
+ ## πŸ“ Authors
40
+ πŸ“Œ **Bilal FAYE**, Hanane AZZAG, Mustapha LEBBAH, Djamel BOUCHAFFRA
41
+
42
+ **Note: This model is training with temperature=2.5 and addition as fusion operation**