Ali-C137 commited on
Commit
08824fe
β€’
1 Parent(s): 12705fb

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +7 -4
src/about.py CHANGED
@@ -52,10 +52,13 @@ LLM_BENCHMARKS_TEXT = f"""
52
  # Context
53
  While outstanding LLM models are being released competitively, most of them are centered on English and are familiar with the English cultural sphere. We operate the Open Arabic LLM Leaderboard (OALL), to evaluate models that reflect the characteristics of the Arabic language, culture and heritage. Through this, we hope that users can conveniently use the leaderboard, participate, and contribute to the advancement of research in the Arab region πŸ”₯.
54
 
55
- ## Icons
56
- {ModelType.PT.to_str(" : ")} model
57
- {ModelType.IFT.to_str(" : ")} model
58
- {ModelType.RL.to_str(" : ")} model
 
 
 
59
  If the icon is "?", it indicates that there is insufficient information about the model.
60
  Please provide information about the model through an issue! 🀩
61
 
 
52
  # Context
53
  While outstanding LLM models are being released competitively, most of them are centered on English and are familiar with the English cultural sphere. We operate the Open Arabic LLM Leaderboard (OALL), to evaluate models that reflect the characteristics of the Arabic language, culture and heritage. Through this, we hope that users can conveniently use the leaderboard, participate, and contribute to the advancement of research in the Arab region πŸ”₯.
54
 
55
+ ## Icons & Model types
56
+
57
+ 🟒 : `pretrained` or `continuously pretrained`
58
+ πŸ”Ά : `fine-tuned on domain-specific datasets`
59
+ πŸ’¬ : `chat models (RLHF, DPO, ORPO, ...)`
60
+ 🀝 : `base merges and moerges`
61
+
62
  If the icon is "?", it indicates that there is insufficient information about the model.
63
  Please provide information about the model through an issue! 🀩
64