ExpressAI / DataLab

The unified platform for data-related resources.
https://expressai.github.io/DataLab/
Apache License 2.0
131 stars 27 forks source link

Stabilize wmt20_metrics sorting #422

Closed neubig closed 1 year ago

neubig commented 1 year ago

The wmt20_metrics dataset was outputting systems based on the order provided by Python dictionaries, which was not stable across machines. This PR fixes this issue, sorting by the system name before outputting the data.