- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
16 lines (16 loc) · 730 Bytes
/
Copy pathindex.html
File metadata and controls
16 lines (16 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<htmllang="zh-CN">
<head>
<metacharset="UTF-8" />
<linkrel="icon" type="image/svg+xml" href="/vite.svg" />
<metaname="viewport" content="width=device-width, initial-scale=1.0" />
<metaname="description" content="大模型日志分析工具 - 分析和可视化机器学习训练日志中的损失函数和梯度范数数据" />
<metaname="keywords" content="机器学习,日志分析,数据可视化,损失函数,梯度范数" />
<title>大模型日志分析工具 - ML Log Analyzer</title>
</head>
<body>
<ahref="#main-content" class="skip-link">跳转到主要内容</a>
<divid="root"></div>
<scripttype="module" src="/src/main.jsx"></script>
</body>
</html>