mindchain commited on
Commit
117b015
·
verified ·
1 Parent(s): 7f87bbf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,10 +1,23 @@
1
  ---
2
  title: Argilla Curator
3
- emoji: 👀
4
- colorFrom: red
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: Argilla Curator
3
+ emoji:
4
+ colorFrom: green
5
+ colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
+ # Argilla Curator API
11
+
12
+ Phase 2 of HF Spaces synthetic data pipeline. Curates datasets with LLM Judge scoring using HF Inference API with GLM-5.
13
+
14
+ ## Judge Model
15
+
16
+ - **GLM-5** via Together for quality scoring (1-10)
17
+
18
+ ## API Endpoints
19
+
20
+ - `POST /curate` - Curate dataset with quality scoring
21
+ - `POST /score` - Score single instruction-response pair
22
+ - `GET /health` - Health check
23
+ - `GET /models` - List available judge models