Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install hiyenwong-ai-collection-collection-skills-gpt-2-15b-releasegit clone https://github.com/hiyenwong/ai_collection.gitcp ai_collection/SKILL.MD ~/.claude/skills/hiyenwong-ai-collection-collection-skills-gpt-2-15b-release/SKILL.md--- name: gpt-2-15b-release---gpt-2-1.5b-release description: Skill for AI agent capabilities --- # gpt-2-15b-release - GPT-2: 1.5B release ## Description As the final model release of GPT-2’s staged release, we’re releasing the largest version (1.5B parameters) of GPT-2 along with code and model weights to facilitate detection of outputs of GPT-2 models. While there have been larger language models released since August, we’ve continued with our original staged release plan in order to provide the community with a test case of a full staged release process. We hope that this test case will be useful to developers of future powerful models, and we’re actively continuing the conversation with the AI community on responsible publication. **Source:** https://openai.com/index/gpt-2-1-5b-release **Date:** Tue, 05 Nov 2019 08:00:00 GMT **Category:** OpenAI Research ## Activation Keywords - gpt-2: 1.5b release - openai gpt-2-15b-release - gpt 2 15b release ## Core Concepts ### Key Points - Extract from OpenAI research paper - See original paper for detailed methodology ## Step-by-Step Instructions ### 1. Background ```python # Research background # See original paper: https://openai.com/index/gpt-2-1-5b-release ``` ### 2. Implementation ```python # Implementation details # Refer to OpenAI's official implementation ``` ## Tools Used - `read` - Read research papers - `web_fetch` - Fetch online resources - `exec` - Run implementation code ## Example Use Cases ### 1. Basic Usage ```python # Example usage based on research ``` ## Instructions for Agents Follow these steps when applying this skill: ### Step 1: Background ## Examples ### Example 1: Basic Application **User:** I need to apply gpt-2-15b-release - GPT-2: 1.5B release to my analysis. **Agent:** I'll help you apply gpt-2-15b-release. First, let me understand your specific use case... **Context:** Apply the methodology ### Example 2: Advanced Scenario **User:** Complex analysis scenario **Agent:** Based on the methodology, I'll guide you through the advanced application... ### Example 2: Advanced Application **User:** What are the key considerations for gpt-2-15b-release? **Agent:** Let me search for the latest research and best practices... ## Related Skills - Other OpenAI research skills ## References - https://openai.com/index/gpt-2-1-5b-release --- **Created:** 2026-03-29 14:26 **Author:** Aerial (from OpenAI Research)