razvan commited on
Commit
5ef4737
·
verified ·
1 Parent(s): e239692

Upload plugins/mlintern/.codex-plugin/plugin.json with huggingface_hub

Browse files
plugins/mlintern/.codex-plugin/plugin.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "ml-intern",
3
+ "version": "0.1.0",
4
+ "description": "Hugging Face ML Intern for Codex — research ML papers, inspect models and datasets, run training and evaluation jobs, and ship ML artifacts.",
5
+ "author": {
6
+ "name": "Hugging Face",
7
+ "email": "agents@huggingface.co",
8
+ "url": "https://github.com/huggingface"
9
+ },
10
+ "homepage": "https://huggingface.co/docs/hub/agents-skills",
11
+ "repository": "https://github.com/razvan/ml-intern-codex-plugin",
12
+ "license": "Apache-2.0",
13
+ "keywords": ["huggingface", "ml", "machine-learning", "training", "fine-tuning", "evaluation", "datasets", "models"],
14
+ "skills": "./skills/",
15
+ "interface": {
16
+ "displayName": "ML Intern",
17
+ "shortDescription": "Hugging Face ML engineering agent for Codex",
18
+ "longDescription": "ML Intern is an autonomous ML engineering agent for the Hugging Face ecosystem. It researches papers, validates datasets and models, writes training/evaluation code, runs HF Jobs, and ships ML artifacts with zero avoidable errors.",
19
+ "developerName": "Hugging Face",
20
+ "category": "Coding",
21
+ "capabilities": ["Interactive", "Read", "Write"],
22
+ "websiteURL": "https://huggingface.co",
23
+ "defaultPrompt": [
24
+ "Fine-tune a language model on a custom dataset using Hugging Face Jobs",
25
+ "Find the best open-source embedding model and benchmark it",
26
+ "Research papers on preference optimization and implement DPO training"
27
+ ],
28
+ "brandColor": "#FF6B00"
29
+ }
30
+ }