Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
llm-jp
/
open-japanese-llm-leaderboard
like
65
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0646371
open-japanese-llm-leaderboard
/
src
/
display
/
css_html_js.py
hysts
HF staff
Clean up
a294b5c
3 months ago
raw
Copy download link
history
blame
Safe
213 Bytes
get_window_url_params =
"""
function(url_params) {
const params = new URLSearchParams(window.location.search);
url_params = Object.fromEntries(params);
return url_params;
}
"""