Skip to content

Commit df64d67

Browse files
committed
Deploy preview for PR 44 🛫
1 parent f58a81b commit df64d67

6 files changed

Lines changed: 308 additions & 0 deletions

File tree

pr-preview/pr-44/assets/index-l1e8HaSR.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-preview/pr-44/assets/index-vL-jFUQM.js

Lines changed: 209 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-preview/pr-44/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
<html lang="zh-CN">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta name="description" content="大模型日志分析工具 - 分析和可视化机器学习训练日志中的损失函数和梯度范数数据" />
8+
<meta name="keywords" content="机器学习,日志分析,数据可视化,损失函数,梯度范数" />
9+
<title>大模型日志分析工具 - ML Log Analyzer</title>
10+
<script type="module" crossorigin src="./assets/index-vL-jFUQM.js"></script>
11+
<link rel="stylesheet" crossorigin href="./assets/index-l1e8HaSR.css">
12+
</head>
13+
<body>
14+
<a href="#main-content" class="skip-link">跳转到主要内容</a>
15+
<div id="root"></div>
16+
</body>
17+
</html>
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"language": "Language",
3+
"header.language": "Language",
4+
"fileUpload.title": "📁 File Upload",
5+
"fileUpload.drag": "🎯 Drag files here or click to select",
6+
"fileUpload.support": "📄 Supports all text file formats",
7+
"fileUpload.aria": "Select log files, supports all text formats",
8+
"fileList.title": "📋 Loaded Files",
9+
"fileList.empty": "📂 No files",
10+
"fileList.loaded": "Loaded {{count}} files",
11+
"fileList.enabled": "Enabled",
12+
"fileList.disabled": "Disabled",
13+
"fileList.config": "Configure file {{name}}",
14+
"fileList.delete": "Remove file {{name}}",
15+
"comparison.title": "⚖️ Compare Mode",
16+
"comparison.select": "Select comparison mode",
17+
"comparison.normal": "📊 Mean Error (normal)",
18+
"comparison.normalDesc": "Mean error without absolute value",
19+
"comparison.absolute": "📈 Mean Error (absolute)",
20+
"comparison.absoluteDesc": "Mean of absolute differences",
21+
"comparison.relativeNormal": "📉 Relative Error (normal)",
22+
"comparison.relativeNormalDesc": "Relative error without absolute value",
23+
"comparison.relative": "📊 Mean Relative Error (absolute)",
24+
"comparison.relativeDesc": "Mean of absolute relative error",
25+
"themeToggle.aria": "Toggle theme",
26+
"chart.noData": "📊 No data",
27+
"chart.uploadPrompt": "📁 Upload log files to begin",
28+
"chart.selectPrompt": "🎯 Select charts to display",
29+
"chart.diffStats": "Difference Statistics",
30+
"chart": "chart",
31+
"resetConfig": "Reset Config",
32+
"useStepKeyword": "Use Step keyword",
33+
"placeholder.step": "step:",
34+
"resize.drag": "Drag to resize chart height",
35+
"resize.adjust": "Adjust {{title}} chart height",
36+
"exportPNG": "Export PNG",
37+
"copyImage": "Copy image",
38+
"exportCSV": "Export CSV",
39+
"copyImageError": "Failed to copy image"
40+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"language": "语言",
3+
"header.language": "语言",
4+
"fileUpload.title": "📁 文件上传",
5+
"fileUpload.drag": "🎯 拖拽文件到此处或点击选择文件",
6+
"fileUpload.support": "📄 支持所有文本格式文件",
7+
"fileUpload.aria": "选择日志文件,支持所有文本格式",
8+
"fileList.title": "📋 已加载文件",
9+
"fileList.empty": "📂 暂无文件",
10+
"fileList.loaded": "已加载 {{count}} 个文件",
11+
"fileList.enabled": "已启用",
12+
"fileList.disabled": "已禁用",
13+
"fileList.config": "配置文件 {{name}}",
14+
"fileList.delete": "删除文件 {{name}}",
15+
"comparison.title": "⚖️ 对比模式",
16+
"comparison.select": "选择数据对比模式",
17+
"comparison.normal": "📊 平均误差 (normal)",
18+
"comparison.normalDesc": "未取绝对值的平均误差",
19+
"comparison.absolute": "📈 平均误差 (absolute)",
20+
"comparison.absoluteDesc": "绝对值差值的平均",
21+
"comparison.relativeNormal": "📉 相对误差 (normal)",
22+
"comparison.relativeNormalDesc": "不取绝对值的相对误差",
23+
"comparison.relative": "📊 平均相对误差 (absolute)",
24+
"comparison.relativeDesc": "绝对相对误差的平均",
25+
"themeToggle.aria": "切换主题",
26+
"chart.noData": "📊 暂无数据",
27+
"chart.uploadPrompt": "📁 请上传日志文件开始分析",
28+
"chart.selectPrompt": "🎯 请选择要显示的图表",
29+
"chart.diffStats": "差值统计",
30+
"chart": "图表",
31+
"resetConfig": "重置配置",
32+
"useStepKeyword": "使用 Step 关键字",
33+
"placeholder.step": "step:",
34+
"resize.drag": "拖拽调整图表高度",
35+
"resize.adjust": "调整 {{title}} 图表高度",
36+
"exportPNG": "导出 PNG",
37+
"copyImage": "复制图片",
38+
"exportCSV": "导出 CSV",
39+
"copyImageError": "复制图片失败"
40+
}

pr-preview/pr-44/vite.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)