BenCzechMark / server.py

Commit History

Another try with bokeh2iframe()
24ab55a

idolezal commited on

Try to make bokeh plots low-weight with bokeh2html()
1cfab55

idolezal commited on

Added cache self.leaderboard_scatter_plots
bc1411a

idolezal commited on

Added cache self.leaderboard_heatmaps
d6b7a5a

idolezal commited on

Heatmap: Added model_size_threshold constant
e38b67a

idolezal commited on

Heatmap: Fixed typo from singular to plural in axis labels
6de4a42

idolezal commited on

Heatmap: Rotate the graph from horizontal to vertical for easier reading and add the transpose parameter for easier switching in the future
479d899

idolezal commited on

Heatmap: First the larger models, then the smaller ones
e84b5e6

idolezal commited on

Heatmap: Aesthetic removal of gaps in axis labels
7a318aa

idolezal commited on

Heatmap: Change from abbreviations to category and task names
f098bed

idolezal commited on

Heatmap: Sort by category only when viewing all categories
a07b5d1

idolezal commited on

Heatmap: Second heatmap added
d035edc

idolezal commited on

Heatmap: Fix space typo
d2d74b8

idolezal commited on

Heatmap: If the size of the heatmap is not specified, it will be calculated
5f8cc60

idolezal commited on

Heatmap: Abbreviations for categories, created functions _prepare_tasks_categories_abbreviations() and get_leaderboard_heatmap(), and modification of create_heatmap()
c2e1968

idolezal commited on

Added the "precision" attribute to the leaderboard table
c2d6748

idolezal commited on

The "chat_template" attribute in the table is now a sign of its presence
f09348d

idolezal commited on

Truncate value of "chat_template" for table on web
f83e2fa

idolezal commited on

Interpretation of None changed from "null" to "none"
7b8b773

idolezal commited on

Changed order of attr. in LB table
2e4d736

idolezal commited on

Changed abbr. CAT β†’ CHAT and explanation of abbr. ML
a8986db

idolezal commited on

Added more model attributes to the leaderboard table
1222740

idolezal commited on

Added selector of p_value
cc83df6

idolezal commited on

Added info message
ffd19db

idolezal commited on

Uploading corrected tournament_results
b08adb9

idolezal commited on

Optimization of the significance correction
595ce2e

idolezal commited on

Added tqdm to _correct_significance_in_tournament_results
bfc0509

idolezal commited on

Correcting significance in `tournament_results` with FDR correction method
ff10e2a

idolezal commited on

Revert "Bokeh figure - changed Y axis label"
833a957

idolezal commited on

Removed unnecessary calls of print()
a6f409a

idolezal commited on

Renamed `get_bokeh_figure` to `get_leaderboard_scatter_plot`
182bc15

idolezal commited on

Bokeh figure - changed Y axis label
182ef2d

idolezal commited on

Bokeh figure - change category according to the dropdown
4d6c6ba

idolezal commited on

Try analyze winscore with bokeh
a2b6394

idolezal commited on

Rename the submission date column from Release to Submitted
5928b80

idolezal commited on

Reduced processing in the critical section
cfb07ff

idolezal commited on

Tuning the duration of some notifications
73f436c

idolezal commited on

Upload only when it could be changed
e2d6d6c

idolezal commited on

Do not read big JSON file twice
0e8ff48

idolezal commited on

More info notifications
9d3d879

idolezal commited on

Default sorting of leaderboard is by "average_score"
81fdab8

idolezal commited on

For testing purpose improved fake tournament
54b531c

idolezal commited on

Locks only on confirmation of submission
2e42a59

idolezal commited on

Now only executes the duels that are missing
dfdc202

idolezal commited on

Upload to the dataset the map from "submission_id" to "model_title"
8ae0f62

idolezal commited on

Get task names only from "tasks_metadata.json"
387e6ad

idolezal commited on

Use specified metric for every task
9225102

idolezal commited on

Prepare to pandas 3.0
c3d760a

idolezal commited on

Repeat when connection to check significance server is timed out
7d453b5

idolezal commited on

Better check significance server reachable test
1405ed9

idolezal commited on