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
522 B
JavaScript
21 lines
522 B
JavaScript
var collapsedSections = ['数据集统计'];
|
||
|
||
$(document).ready(function () {
|
||
$('.dataset').DataTable({
|
||
"stateSave": false,
|
||
"lengthChange": false,
|
||
"pageLength": 20,
|
||
"order": [],
|
||
"language": {
|
||
"info": "显示 _START_ 至 _END_ 条目(总计 _TOTAL_ )",
|
||
"infoFiltered": "(筛选自 _MAX_ 条目)",
|
||
"search": "搜索:",
|
||
"zeroRecords": "没有找到任何条目",
|
||
"paginate": {
|
||
"next": "下一页",
|
||
"previous": "上一页"
|
||
},
|
||
}
|
||
});
|
||
});
|