Skip to content

Commit ede2157

Browse files
committed
Deploying to gh-pages from @ 30c7e72 🚀
1 parent b8665ca commit ede2157

7 files changed

Lines changed: 323 additions & 233 deletions

File tree

assets/index-BkQva2cu.js

Lines changed: 0 additions & 230 deletions
This file was deleted.

assets/index-CV8iOSKy.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.

assets/index-DgOelWym.js

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

assets/index-krsy68iS.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta name="description" content="大模型日志分析工具 - 分析和可视化机器学习训练日志中的损失函数和梯度范数数据" />
88
<meta name="keywords" content="机器学习,日志分析,数据可视化,损失函数,梯度范数" />
99
<title>大模型日志分析工具 - ML Log Analyzer</title>
10-
<script type="module" crossorigin src="./assets/index-BkQva2cu.js"></script>
11-
<link rel="stylesheet" crossorigin href="./assets/index-krsy68iS.css">
10+
<script type="module" crossorigin src="./assets/index-DgOelWym.js"></script>
11+
<link rel="stylesheet" crossorigin href="./assets/index-CV8iOSKy.css">
1212
</head>
1313
<body>
1414
<a href="#main-content" class="skip-link">跳转到主要内容</a>

locales/en/translation.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,46 @@
5656
"display.options": "🎛️ Display Options",
5757
"display.chart": "📊 Chart Display",
5858
"display.chartDesc": "Automatically shows charts for all configured metrics after upload",
59+
"display.tabChart": "Chart",
60+
"display.tabSmoothing": "Smoothing",
61+
"display.tabStats": "Stats",
62+
"display.tabPerformance": "Performance",
63+
"display.tabBaseline": "Baseline",
5964
"display.performance": "Performance",
6065
"display.downsample": "Downsample large datasets",
6166
"display.downsampleDesc": "Uses LTTB to keep visual shape while reducing rendered points. Disable to see every data point.",
6267
"display.downsampleThreshold": "Max points per series",
68+
"display.chartType": "Chart",
69+
"display.chartTypeLabel": "Type",
70+
"display.chartTypeLine": "Line",
71+
"display.chartTypeScatter": "Scatter",
72+
"display.chartTypeBar": "Bar",
73+
"display.yAxisType": "Y axis",
74+
"display.yAxisLinear": "Linear",
75+
"display.yAxisLog": "Logarithmic",
76+
"display.combinedView": "Combined view (dual Y axis)",
77+
"display.smoothing": "Smoothing",
78+
"display.smoothingNone": "None",
79+
"display.smoothingMA": "Moving average",
80+
"display.smoothingEMA": "Exponential moving average",
81+
"display.smoothingWindow": "Window: {{value}}",
82+
"display.showStats": "Show statistics panel",
6383
"display.baseline": "Baseline Settings",
84+
"chart.combinedTitle": "📊 Combined view",
85+
"chart.summaryStats": "Summary statistics",
86+
"chart.stats.file": "File",
87+
"chart.stats.min": "Min",
88+
"chart.stats.max": "Max",
89+
"chart.stats.mean": "Mean",
90+
"chart.stats.std": "Std",
91+
"chart.stats.last": "Last",
92+
"chart.stats.count": "n",
93+
"annotations.title": "📍 Annotations",
94+
"annotations.xPlaceholder": "x",
95+
"annotations.labelPlaceholder": "Label (optional)",
96+
"annotations.add": "Add annotation",
97+
"annotations.remove": "Remove annotation at x={{x}}",
98+
"annotations.empty": "No annotations. Add a step to mark events (e.g. checkpoint saved, LR decay).",
6499
"display.relativeBaseline": "Relative error baseline",
65100
"display.relativeBaselineDesc": "Set baseline value for relative error comparison",
66101
"display.absoluteBaseline": "Absolute error baseline",

locales/zh/translation.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,46 @@
5656
"display.options": "🎛️ 显示选项",
5757
"display.chart": "📊 图表显示",
5858
"display.chartDesc": "上传文件后自动展示所有已配置的指标图表",
59+
"display.tabChart": "图表",
60+
"display.tabSmoothing": "平滑",
61+
"display.tabStats": "统计",
62+
"display.tabPerformance": "性能",
63+
"display.tabBaseline": "基准",
5964
"display.performance": "性能",
6065
"display.downsample": "对大数据集启用降采样",
6166
"display.downsampleDesc": "使用 LTTB 算法在保留曲线形态的前提下减少绘制点数。关闭以查看完整数据点。",
6267
"display.downsampleThreshold": "每条曲线最大点数",
68+
"display.chartType": "图表",
69+
"display.chartTypeLabel": "类型",
70+
"display.chartTypeLine": "折线",
71+
"display.chartTypeScatter": "散点",
72+
"display.chartTypeBar": "柱状",
73+
"display.yAxisType": "Y 轴",
74+
"display.yAxisLinear": "线性",
75+
"display.yAxisLog": "对数",
76+
"display.combinedView": "合并视图(双 Y 轴)",
77+
"display.smoothing": "平滑",
78+
"display.smoothingNone": "关闭",
79+
"display.smoothingMA": "移动平均",
80+
"display.smoothingEMA": "指数移动平均",
81+
"display.smoothingWindow": "窗口: {{value}}",
82+
"display.showStats": "显示统计面板",
6383
"display.baseline": "基准线设置",
84+
"chart.combinedTitle": "📊 合并视图",
85+
"chart.summaryStats": "曲线统计",
86+
"chart.stats.file": "文件",
87+
"chart.stats.min": "最小",
88+
"chart.stats.max": "最大",
89+
"chart.stats.mean": "均值",
90+
"chart.stats.std": "标准差",
91+
"chart.stats.last": "末值",
92+
"chart.stats.count": "n",
93+
"annotations.title": "📍 事件标注",
94+
"annotations.xPlaceholder": "x",
95+
"annotations.labelPlaceholder": "标签(可选)",
96+
"annotations.add": "添加标注",
97+
"annotations.remove": "删除 x={{x}} 处的标注",
98+
"annotations.empty": "暂无标注。添加 step 值以标记事件(如 checkpoint saved、LR decay)。",
6499
"display.relativeBaseline": "相对误差 Baseline",
65100
"display.relativeBaselineDesc": "设置相对误差对比的基准线数值",
66101
"display.absoluteBaseline": "绝对误差 Baseline",

0 commit comments

Comments
 (0)