bilalfaye commited on
Commit
6ef3995
Β·
verified Β·
1 Parent(s): 9a69064

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -2,8 +2,32 @@
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
+ license: mit
6
+ language:
7
+ - en
8
+ base_model:
9
+ - openai/clip-vit-large-patch14
10
+ - google-bert/bert-base-uncased
11
  ---
12
 
13
+
14
+ # πŸ–ΌοΈπŸ“ OneEncoder: A Unified Text & Image Model
15
+
16
+ **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.
17
+
18
+ ## πŸš€ Key Features
19
+ βœ… **Multimodal Alignment**: Initially supports **text & image**, with extension to other modalities.
20
+ βœ… **Lightweight & Efficient**: Avoids full retraining when adding new modalities.
21
+ βœ… **Superior Performance**: Outperforms models that require large specialized datasets.
22
+
23
+ ## 🎯 Applications
24
+ - **Visual Question Answering (VQA)**
25
+ - **Image-Text Retrieval**
26
+ - **Multimodal Content Understanding**
27
+
28
+ ## πŸ“Œ Resources
29
+ πŸ”— **GitHub Repo**: [OneEncoder](https://github.com/b-faye/OneEncoder)
30
+ πŸš€ **Hugging Face Demo**: [OneEncoder Retriever](https://huggingface.co/spaces/bilalfaye/OneEncoder-retriever)
31
+ πŸ““ **Demo Notebook**: [OneEncoder Demos](https://github.com/b-faye/OneEncoder/tree/main/demo)
32
+ πŸ”Š **OneEncoder for Text, Image & Audio**: [HF Model](https://huggingface.co/bilalfaye/OneEncoder-text-image-audio)
33
+