surrogate1 commited on
Commit
67f710c
·
verified ·
1 Parent(s): 6d6a848

init mirror from ashirato shard

Browse files
Files changed (1) hide show
  1. README.md +36 -7
README.md CHANGED
@@ -1,12 +1,41 @@
1
  ---
2
- title: Surrogate 1 Zero Gpu
3
- emoji: 🌍
4
- colorFrom: pink
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.13.0
8
  app_file: app.py
9
- pinned: false
 
 
 
 
 
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Surrogate-1 ZeroGPU
3
+ emoji: 🚀
4
+ colorFrom: indigo
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
+ pinned: true
10
+ license: apache-2.0
11
+ short_description: Surrogate-1 v1 LoRA on Qwen2.5-Coder-7B (ZeroGPU A10G)
12
+ suggested_hardware: zero-a10g
13
+ hf_oauth: false
14
+ models:
15
+ - Qwen/Qwen2.5-Coder-7B-Instruct
16
+ - axentx/surrogate-1-coder-7b-lora-v1
17
  ---
18
 
19
+ # Surrogate-1 ZeroGPU
20
+
21
+ DevSecOps + SRE + coding agent. Qwen2.5-Coder-7B-Instruct + Surrogate-1 v1
22
+ LoRA, served via HF ZeroGPU (A10G, 60-120s per request).
23
+
24
+ ## Endpoints
25
+
26
+ - Web UI: this Space (Gradio chat)
27
+ - OpenAI-compatible: `/api/predict` (Gradio API auto-generated)
28
+ - Use programmatically: `gradio_client.Client("ashirato/surrogate-1-zero-gpu")`
29
+
30
+ ## Why ZeroGPU
31
+
32
+ PRO unlocks 25K minutes/mo of A10G time at $0/mo. Each request gets fresh
33
+ GPU, so cold-start ~5-10s but no idle cost. Perfect for low-traffic
34
+ agentic loops (self-improve, constitutional, validator-RLVR judge calls).
35
+
36
+ ## Connected to axentx/surrogate-1
37
+
38
+ This Space serves inference. The orchestration Space at
39
+ `axentx/surrogate-1` runs cron loops + bulk-mirror harvest + state DBs;
40
+ those loops can call THIS endpoint for actual model output instead of
41
+ free-tier API ladder.