Erpg12 commited on
Commit
6d242bd
·
1 Parent(s): 47f1e3a

chore: update readme

Browse files
Files changed (1) hide show
  1. README.md +12 -14
README.md CHANGED
@@ -1,14 +1,12 @@
1
- # JavaScript Code‑Reviewer SFT Space
2
-
3
- This Space hosts a small, CPU‑only SFT‑tuned CodeGen model that reads a git diff + guidelines
4
- and returns a JSON array of `{ line: int, comment: str }`.
5
-
6
- - **API endpoint**: `/predict`
7
- - **Inputs**: `diff` (string), `guidelines` (string)
8
- - **Output**: JSON list of review comments.
9
-
10
- To retrain locally, run:
11
-
12
- ```bash
13
- pip install -r requirements.txt
14
- python train_sft.py
 
1
+ ---
2
+ title: Code Reviewer
3
+ emoji:
4
+ colorFrom: yellow
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 5.25.2
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