Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
5a224e7
1
Parent(s): 96aa5ea
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ML Agent
|
| 2 |
|
| 3 |
An MLE agent that researches, writes, and ships good quality ML releated code using the Hugging Face ecosystem — with deep access to docs, papers, datasets, and cloud compute.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: HF Agent
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
hf_oauth: true
|
| 9 |
+
hf_oauth_expiration_minutes: 43200
|
| 10 |
+
hf_oauth_scopes:
|
| 11 |
+
- read-repos
|
| 12 |
+
- write-repos
|
| 13 |
+
- contribute-repos
|
| 14 |
+
- manage-repos
|
| 15 |
+
- inference-api
|
| 16 |
+
- jobs
|
| 17 |
+
- write-discussions
|
| 18 |
+
---
|
| 19 |
# ML Agent
|
| 20 |
|
| 21 |
An MLE agent that researches, writes, and ships good quality ML releated code using the Hugging Face ecosystem — with deep access to docs, papers, datasets, and cloud compute.
|