mohamed2811 commited on
Commit
7a9d999
ยท
verified ยท
1 Parent(s): b040af7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -6,14 +6,20 @@ base_model:
6
  tags:
7
  - sentence-similarity
8
  - sentence-transformers
 
 
 
 
 
9
  ---
10
 
11
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/662294730e805d4fcb06a892/n3whDLHDmEAhbFgYCbhRj.png)
12
 
13
  # ๐Ÿง  Muffakir: Fine-tuned Arabic Model for RAG & Dense Retrieval
14
 
15
- [Muffakir](https://huggingface.co/mohamed2811/Muffakir_Embedding_V2) is a **state-of-the-art Arabic bi-encoder embedding model** fine-tuned from [`sayed0am/arabic-english-bge-m3`](https://huggingface.co/sayed0am/arabic-english-bge-m3).
16
- It is optimized for use in **retrieval-augmented generation (RAG)** and dense passage retrieval pipelines. ๐Ÿš€
 
17
 
18
  ---
19
 
@@ -35,7 +41,7 @@ It is optimized for use in **retrieval-augmented generation (RAG)** and dense pa
35
 
36
  ## ๐ŸŒŸ Key Features
37
 
38
- * ๐Ÿฅ‡ **SOTA performance** in **Arabic RAG** and dense retrieval tasks
39
  * ๐ŸŽฏ **Multi-resolution embeddings** via Matryoshka (dims: `1024 โ†’ 64`)
40
  * ๐ŸŒ Supports **cross-lingual (Arabic-English)** encoding
41
  * ๐Ÿ“ฆ Ready for use in real-world search, Q\&A, and AI agent systems
 
6
  tags:
7
  - sentence-similarity
8
  - sentence-transformers
9
+ datasets:
10
+ - castorini/mr-tydi
11
+ - hsseinmz/arcd
12
+ - Omartificial-Intelligence-Space/Arabic-finanical-rag-embedding-dataset
13
+ - arbml/Arabic_RC
14
  ---
15
 
16
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/662294730e805d4fcb06a892/n3whDLHDmEAhbFgYCbhRj.png)
17
 
18
  # ๐Ÿง  Muffakir: Fine-tuned Arabic Model for RAG & Dense Retrieval
19
 
20
+ [Muffakir](https://huggingface.co/mohamed2811/Muffakir_Embedding_V2) This is the second version of the [Muffakir_Embedding model](https://huggingface.co/mohamed2811/Muffakir_Embedding).
21
+ It shows strong performance in **Arabic retrieval-augmented generation (RAG)** and dense retrieval tasks.
22
+ We plan to release a series of models focused on different topics and domains to further enhance Arabic information retrieval. ๐Ÿš€
23
 
24
  ---
25
 
 
41
 
42
  ## ๐ŸŒŸ Key Features
43
 
44
+ * ๐Ÿฅ‡ **Strong performance** in **Arabic RAG** and dense retrieval tasks
45
  * ๐ŸŽฏ **Multi-resolution embeddings** via Matryoshka (dims: `1024 โ†’ 64`)
46
  * ๐ŸŒ Supports **cross-lingual (Arabic-English)** encoding
47
  * ๐Ÿ“ฆ Ready for use in real-world search, Q\&A, and AI agent systems