djstrong commited on
Commit
7d26098
·
1 Parent(s): 8264b6c

list of models

Browse files
Files changed (1) hide show
  1. src/about.py +1 -0
src/about.py CHANGED
@@ -57,6 +57,7 @@ TITLE = """
57
  # What does your leaderboard evaluate?
58
  INTRODUCTION_TEXT = """
59
  The leaderboard evaluates language models on a set of Polish tasks. The tasks are designed to test the models' ability to understand and generate Polish text. The leaderboard is designed to be a benchmark for the Polish language model community, and to help researchers and practitioners understand the capabilities of different models.
 
60
 
61
  Almost every task has two versions: regex and multiple choice.
62
  * _g suffix means that a model needs to generate an answer (only suitable for instructions-based models)
 
57
  # What does your leaderboard evaluate?
58
  INTRODUCTION_TEXT = """
59
  The leaderboard evaluates language models on a set of Polish tasks. The tasks are designed to test the models' ability to understand and generate Polish text. The leaderboard is designed to be a benchmark for the Polish language model community, and to help researchers and practitioners understand the capabilities of different models.
60
+ For now, models are tested without theirs templates.
61
 
62
  Almost every task has two versions: regex and multiple choice.
63
  * _g suffix means that a model needs to generate an answer (only suitable for instructions-based models)