← 返回 Skills 市场
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mhc-layer-impl-nanogpt-training
功能描述
Train GPT-2 scale models (~124M parameters) efficiently on a single GPU. Covers GPT-124M architecture, tokenized dataset loading (e.g., HuggingFace Hub shard...
安全使用建议
This skill is a coherent, textual training guide that appears safe to inspect and use. Before running: (1) review dataset licenses (downloading large token shards can have legal/ethical implications); (2) run initial experiments on a tiny subset to validate code and resource usage; (3) be aware of resource/cost implications when using GPU clouds (Modal examples request A100); (4) only provide HF/GitHub credentials if you intentionally access private repos; and (5) if you plan to execute code from untrusted sources, do so in isolated environments (containers) and inspect code snippets carefully for any modifications before running.
功能分析
Type: OpenClaw Skill
Name: mhc-layer-impl-nanogpt-training
Version: 0.1.0
The skill bundle provides a comprehensive and legitimate implementation for training GPT-2 scale models using PyTorch and Modal. The code follows standard practices from well-known community projects (e.g., Karpathy's nanoGPT), including implementations for the Muon optimizer, Rotary Positional Embeddings, and memory-mapped data loading from HuggingFace Hub. No evidence of data exfiltration, malicious execution, or prompt injection was found; all network activity is limited to downloading public datasets from HuggingFace.
能力评估
Purpose & Capability
The name/description (nanogpt training) match the contents: model architecture, tokenized dataset loading, optimizers, and a training loop. Required tooling referenced in SKILL.md (torch, huggingface_hub, einops, numpy) is exactly what you'd expect for this task.
Instruction Scope
Runtime instructions stay on-topic: they show how to download public HF token shards, build datasets via memmap, construct the model, and run mixed-precision training. There are no instructions to read unrelated system files, harvest environment variables, or call endpoints outside the expected external services (HuggingFace/GitHub).
Install Mechanism
This is instruction-only (no install spec). The SKILL.md suggests pip installing common ML packages; that's appropriate and proportional. No archives or remote executables are fetched beyond public Python packages and dataset files from HuggingFace.
Credentials
No environment variables, credentials, or config paths are required. The dataset downloads reference public repos (no auth). If you later point it at a private HF repo, HF credentials would be needed — but the skill itself does not request them.
Persistence & Privilege
always is false and the skill does not request any special persistent privileges or modifications to other skills. Autonomous invocation is allowed (platform default) but not combined with problematic privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mhc-layer-impl-nanogpt-training - 安装完成后,直接呼叫该 Skill 的名称或使用
/mhc-layer-impl-nanogpt-training触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Bulk publish from all-task-skills-dedup
元数据
常见问题
nanogpt-training 是什么?
Train GPT-2 scale models (~124M parameters) efficiently on a single GPU. Covers GPT-124M architecture, tokenized dataset loading (e.g., HuggingFace Hub shard... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 nanogpt-training?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mhc-layer-impl-nanogpt-training」即可一键安装,无需额外配置。
nanogpt-training 是免费的吗?
是的,nanogpt-training 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
nanogpt-training 支持哪些平台?
nanogpt-training 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 nanogpt-training?
由 lnj22(@lnj22)开发并维护,当前版本 v0.1.0。
推荐 Skills