GoDotWebs commited on
Commit
df933f7
·
verified ·
1 Parent(s): 5ef1fa8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -26,7 +26,19 @@ We evaluated DotWebs 1 using two benchmarks: Exam Sheet Evaluation (ESE), our in
26
 
27
  # Enhanced Privacy Protection
28
 
29
- DotWebs 1 gives you the option to run on our own model instead of relying on third-party providers. Your data stays within our platform, protected by layered security controls designed to keep applications and personal information safe.
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  ---
32
 
 
26
 
27
  # Enhanced Privacy Protection
28
 
29
+ We evaluated DotWebs 1 using two benchmarks: Application Evaluation (AE), our in-house assessment designed around GoDotWebs workflows based on successful Y-combinator applications.
30
+
31
+ In each run, the applicant model receives the company profile and drafts an answer. The judge model then scores that output against the original application that earned the company a spot in Y Combinator. Scoring breaks down into two criteria: Format Score and Closeness Score. Format Score measures how closely the answer follows the GoDotWebs workflow; Closeness Score measures how closely it matches the original model answer.
32
+
33
+ For the judge model, we chose a cost-balanced option.
34
+
35
+ | Judge Model |
36
+ | -------- |
37
+ | openai/gpt-oss-20b |
38
+
39
+ | Formula |
40
+ | -------- |
41
+ | composite = formatScore * 0.7 + closenessScore * 0.3 |
42
 
43
  ---
44