GoDotWebs commited on
Commit
44038c1
·
verified ·
1 Parent(s): df933f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -11
README.md CHANGED
@@ -20,25 +20,40 @@ DotWebs 1 has been trained on an extensive dataset comprising thousands of mimic
20
 
21
  # Benchmarks Showcase
22
 
23
- We evaluated DotWebs 1 using two benchmarks: Exam Sheet Evaluation (ESE), our in-house assessment designed around GoDotWebs workflows, and CDEval, a general-purpose evaluation standard. Together, these tests help us verify that the model performs reliably across the vast majority of real-world situations. The results are summarized below.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ---
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
 
 
20
 
21
  # Benchmarks Showcase
22
 
23
+ We evaluated DotWebs 1 using two benchmarks: Application Evaluation (AE), our in-house assessment designed around GoDotWebs workflows based on successful Y-combinator applications.
24
+
25
+ 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.
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
+ | Model | Score |
34
+ | -------- | ------- |
35
+ | GoDotWebs/DotWebs-1 | 66.00% |
36
+ | Google/Gemma-3n-E4B-it | 58.48% |
37
+ | Nvidia/Nemotron-3-Ultra-550B-a55b | 57.47% |
38
+ | Qwen/Qwen3.5-9B | 52.10% |
39
+ | Llama-3.3-70B-Instruct-Turbo | 51.38% |
40
 
41
  ---
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
+ ---
53
+
54
+ # Enhanced Privacy Protection
55
+
56
+ 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.
57
 
58
  ---
59