mindchain commited on
Commit
498f8a8
·
verified ·
1 Parent(s): b8e9d5b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -1,10 +1,18 @@
1
  ---
2
  title: Nemo Seed Generator
3
- emoji: 💻
4
- colorFrom: purple
5
- colorTo: purple
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: Nemo Seed Generator
3
+ emoji: 🌱
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
+ # Nemo Seed Generator API
11
+
12
+ Phase 0 of HF Spaces synthetic data pipeline. Generates educational seed Q&A pairs using HF Inference API with Qwen2.5-7B-Instruct via Together provider.
13
+
14
+ ## API Endpoints
15
+
16
+ - `POST /generate` - Generate seed Q&A pairs
17
+ - `POST /preview` - Preview a single seed
18
+ - `GET /health` - Health check