bilalfaye commited on
Commit
1514ad3
Β·
verified Β·
1 Parent(s): bc4a6de

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
  ---
11
 
12
+ # πŸ–ΌοΈπŸ“ OneEncoder: A Unified Text & Image Model
13
+
14
+ **OneEncoder** is a lightweight framework for cross-modal alignment, focusing on efficiently integrating **text and images** (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.
15
+
16
+ ## πŸš€ Key Features
17
+ βœ… **Multimodal Alignment**: Initially supports **text & image**, with extension to other modalities.
18
+ βœ… **Lightweight & Efficient**: Avoids full retraining when adding new modalities.
19
+ βœ… **Superior Performance**: Outperforms models that require large specialized datasets.
20
+
21
+ ## 🎯 Applications
22
+ - **Visual Question Answering (VQA)**
23
+ - **Image-Text Retrieval**
24
+ - **Multimodal Content Understanding**
25
+
26
+ ## πŸ“„ Research Paper
27
+ πŸ“œ **arXiv**: [OneEncoder: Progressive Cross-Modal Alignment](https://arxiv.org/abs/2409.11059)
28
+
29
+ ## πŸ“Œ Resources
30
+ πŸ”— **GitHub Repo**: [OneEncoder](https://github.com/b-faye/OneEncoder)
31
+ πŸš€ **Hugging Face Demo**: [OneEncoder Retriever](https://huggingface.co/spaces/bilalfaye/OneEncoder-retriever)
32
+ πŸ““ **Demo Notebook**: [OneEncoder Demos](https://github.com/b-faye/OneEncoder/tree/main/demo)
33
+ πŸ”Š **OneEncoder for Text, Image with temperature=2.5**: [HF Model](https://huggingface.co/bilalfaye/OneEncoder-text-image)
34
+ πŸ”Š **OneEncoder for Text, Image & Audio**: [HF Model](https://huggingface.co/bilalfaye/OneEncoder-text-image-audio)
35
+ πŸ”Š **OneEncoder for Text, Image & Video**: [HF Model](https://huggingface.co/bilalfaye/OneEncoder-text-image-video)
36
+ πŸ”Š **OneEncoder for Text, Image & X-ray**: [HF Model](https://huggingface.co/bilalfaye/OneEncoder-text-image-xray)
37
+
38
+ ## πŸ“ Authors
39
+ πŸ“Œ **Bilal FAYE**, Hanane AZZAG, Mustapha LEBBAH, Djamel BOUCHAFFRA
40
+
41
+
42
+ **Note: This model is training with temperature=1.0 and addition as fusion operation**