Upload plugins/mlintern/agents/openai.yaml with huggingface_hub
Browse files
plugins/mlintern/agents/openai.yaml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
interface:
|
| 2 |
+
display_name: "ML Intern"
|
| 3 |
+
short_description: "Hugging Face ML engineering agent"
|
| 4 |
+
default_prompt: "Act as an ML engineering intern. Research the task, validate datasets and models, write and test code, run training or evaluation on Hugging Face Jobs, and ship artifacts."
|