bilalfaye commited on
Commit
8e873d7
Β·
verified Β·
1 Parent(s): b196338

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -2,8 +2,43 @@
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
+ Here’s the updated **README** with the **authors** included:
13
+
14
+ ---
15
+
16
+ # πŸ–ΌοΈπŸ“ OneEncoder: A Unified Text & Image Model
17
+
18
+ **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.
19
+
20
+ ## πŸš€ Key Features
21
+ βœ… **Multimodal Alignment**: Initially supports **text & image**, with extension to other modalities.
22
+ βœ… **Lightweight & Efficient**: Avoids full retraining when adding new modalities.
23
+ βœ… **Superior Performance**: Outperforms models that require large specialized datasets.
24
+
25
+ ## 🎯 Applications
26
+ - **Visual Question Answering (VQA)**
27
+ - **Image-Text Retrieval**
28
+ - **Multimodal Content Understanding**
29
+
30
+ ## πŸ“„ Research Paper
31
+ πŸ“œ **arXiv**: [OneEncoder: Progressive Cross-Modal Alignment](https://arxiv.org/abs/2409.11059)
32
+
33
+ ## πŸ“Œ Resources
34
+ πŸ”— **GitHub Repo**: [OneEncoder](https://github.com/b-faye/OneEncoder)
35
+ πŸš€ **Hugging Face Demo**: [OneEncoder Retriever](https://huggingface.co/spaces/bilalfaye/OneEncoder-retriever)
36
+ πŸ““ **Demo Notebook**: [OneEncoder Demos](https://github.com/b-faye/OneEncoder/tree/main/demo)
37
+ πŸ”Š **OneEncoder for Text, Image & Audio**: [HF Model](https://huggingface.co/bilalfaye/OneEncoder-text-image-audio)
38
+
39
+
40
+ ## πŸ“ Authors
41
+ πŸ“Œ **Bilal FAYE**, Hanane AZZAG, Mustapha LEBBAH, Djamel BOUCHAFFRA
42
+
43
+
44
+ **Note: This model is training with temperature=2.5**