mohalisad commited on
Commit
fce2763
·
verified ·
1 Parent(s): 61f1e83

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +4 -0
utils.py CHANGED
@@ -119,6 +119,10 @@ table > tbody td:first-child {
119
 
120
  ABOUT_TEXT = f"""
121
  # Persian Text Embedding Benchmark (v1.0.0)
 
 
 
 
122
  """
123
 
124
 
 
119
 
120
  ABOUT_TEXT = f"""
121
  # Persian Text Embedding Benchmark (v1.0.0)
122
+
123
+ > The Open Persian LLM Evaluation Leaderboard, developed by **Part DP AI**, provides a comprehensive benchmarking system specifically designed for Persian embedding models. This leaderboard, based on the open-source [MTEB](https://github.com/embeddings-benchmark/mteb), offers a unique platform for evaluating the performance of embedding models on datasets that demand linguistic proficiency in Persian.
124
+
125
+ > **Note:** This leaderboard is continuously updating its data and models, reflecting the latest developments in Persian LLMs. It is currently in version 1.0.0, serving as the initial benchmark for embedding model evaluation, with plans for future enhancements.
126
  """
127
 
128