Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
gemma-skills
Skills for the Gemma and model/agent interactions
Skills in this repo
| Skill | Description |
|---|---|
gemma-dev | Skill for building application with Gemma or for general knowledge inquiries related to Gemma models |
gemma-trainer | Skill for training, fine-tuning, or adapt Gemma models (e.g. SFT, DPO. RLHF, Reward Modeling) on local hardware |
Installation
You can browse and install skills using either the Vercel skills CLI or the Context7 skills CLI.
Using Vercel skills CLI
# Interactively browse and install skills.
npx skills add google-gemma/gemma-skills --list
# Install a specific skill (e.g., gemma-dev).
npx skills add google-gemma/gemma-skills --skill gemma-dev --globalUsing Context7 skills CLI
# Interactively browse and install skills.
npx ctx7 skills install /google-gemma/gemma-skills
# Install a specific skill (e.g., gemma-dev).
npx ctx7 skills install /google-gemma/gemma-skills gemma-devDisclaimer
This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.