mindchain commited on
Commit
60e0764
·
verified ·
1 Parent(s): b824b28

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -4
README.md CHANGED
@@ -1,10 +1,24 @@
1
  ---
2
  title: Distilabel Generator
3
- emoji: 💻
4
- colorFrom: blue
5
- colorTo: gray
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Distilabel Generator
3
+ emoji: 🔧
4
+ colorFrom: purple
5
+ colorTo: pink
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
+ # Distilabel Generator API
11
+
12
+ Phase 1 of HF Spaces synthetic data pipeline. Generates synthetic instruction-response data with LLM Judge scoring using HF Inference API.
13
+
14
+ ## Models
15
+
16
+ - **Generator**: Qwen2.5-72B via Cerebras
17
+ - **Judge**: Qwen2.5-7B via Together (UltraFeedback-style)
18
+
19
+ ## API Endpoints
20
+
21
+ - `POST /generate` - Generate synthetic data with judge scoring
22
+ - `POST /load-seeds` - Load seed dataset from HF Hub
23
+ - `GET /health` - Health check
24
+ - `GET /models` - List available models