mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* feat dataset-index.yml and stat.py * fix * fix * fix * feat url of paper and config file * doc all supported dataset list * docs zh and en * docs README zh and en * docs new_dataset * docs new_dataset
21 lines
509 B
JavaScript
21 lines
509 B
JavaScript
var collapsedSections = ['Dataset Statistics'];
|
||
|
||
$(document).ready(function () {
|
||
$('.dataset').DataTable({
|
||
"stateSave": false,
|
||
"lengthChange": false,
|
||
"pageLength": 20,
|
||
"order": [],
|
||
"language": {
|
||
"info": "Show _START_ to _END_ Items(Totally _TOTAL_ )",
|
||
"infoFiltered": "(Filtered from _MAX_ Items)",
|
||
"search": "Search:",
|
||
"zeroRecords": "Item Not Found",
|
||
"paginate": {
|
||
"next": "Next",
|
||
"previous": "Previous"
|
||
},
|
||
}
|
||
});
|
||
});
|