tokenizer-arena / js /onload.js
eson's picture
fix chatglm; new feature about add_special_tokens;
d27a756
raw history blame
No virus
432 Bytes
function() {
// feedback
//$("footer a")["href"] = "https://github.com/xu-song/tokenizer-arena/issues"
//$("footer a").childNodes[0].textContent ="Send Feedback"
document.querySelectorAll("footer a")[0].childNodes[0].textContent ="Send Feedback"; // 🤔Reporting Issues
document.querySelectorAll("footer a")[0].href = "https://github.com/xu-song/tokenizer-arena/issues";
// download button
// API
}