Hasty Briefsbeta

Bilingual

GitHub - huggingface/ml-intern: 🤗 ml-intern: an open-source ML engineer that reads papers, trains models, and ships ML models

2 hours ago
  • #Automation Tool
  • #Machine Learning
  • #Hugging Face
  • An ML intern tool autonomously researches, writes, and ships ML code using Hugging Face ecosystem.
  • Setup involves cloning a repository, installing dependencies, and configuring API keys in a .env file.
  • Supports interactive and headless modes with options for model selection, iteration limits, and streaming control.
  • Architecture includes a submission loop, agentic loop with context management, tool routing, and doom loop detection.
  • Event system emits various states like processing, tool calls, outputs, errors, and approvals during execution.
  • Tools can be customized by editing agent/core/tools.py, and configuration via configs/main_agent_config.json.