GoDotWebs commited on
Commit
20c8e2c
·
verified ·
1 Parent(s): 2e5a7c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -26,9 +26,9 @@ In each run, the applicant model receives the company profile and drafts an answ
26
 
27
  For the judge model, we chose a cost-balanced option.
28
 
29
- Judge Model: openai/gpt-oss-20b
30
 
31
- Formula: composite = formatScore * 0.7 + closenessScore * 0.3
32
 
33
  | Models | Scores |
34
  | ----------------------------------- | -------- |
@@ -42,11 +42,11 @@ Formula: composite = formatScore * 0.7 + closenessScore * 0.3
42
 
43
  # Model Specifications
44
 
45
- Model Name: GoDotWebs/DotWebs-1
46
 
47
- Base Model: Qwen/Qwen3.5-9B
48
 
49
- Primary Usage: Form auto-filling, answers evaluation, feedback simulations.
50
 
51
 
52
  ---
 
26
 
27
  For the judge model, we chose a cost-balanced option.
28
 
29
+ **Judge Model**: openai/gpt-oss-20b
30
 
31
+ **Formula**: composite = formatScore * 0.7 + closenessScore * 0.3
32
 
33
  | Models | Scores |
34
  | ----------------------------------- | -------- |
 
42
 
43
  # Model Specifications
44
 
45
+ **Model Name**: GoDotWebs/DotWebs-1
46
 
47
+ **Base Model**: Qwen/Qwen3.5-9B
48
 
49
+ **Primary Usage**: Form auto-filling, answers evaluation, feedback simulations.
50
 
51
 
52
  ---