maglun commited on
Commit
d3b7fcd
·
verified ·
1 Parent(s): cae6553

docs: link the model card back to the published blog article

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -37,6 +37,10 @@ model loading and warm-up; it is not an end-to-end form completion time.
37
  | Licence | MIT (weights and code) |
38
  | Lineage | uses vendored [Cua-S1](https://github.com/trycua/cua/tree/main/libs/cua-s1) architecture and training code, with an option-attention head credited to [jevlike](https://github.com/vinnylarouge/jevlike); new weights trained from scratch, not fine-tuned from Cua weights |
39
 
 
 
 
 
40
  ## Measured results (our harness, Apple M4)
41
 
42
  | Run | decisions | top-1 | majority-class baseline | ECE | silently skipped an expected fill |
 
37
  | Licence | MIT (weights and code) |
38
  | Lineage | uses vendored [Cua-S1](https://github.com/trycua/cua/tree/main/libs/cua-s1) architecture and training code, with an option-attention head credited to [jevlike](https://github.com/vinnylarouge/jevlike); new weights trained from scratch, not fine-tuned from Cua weights |
39
 
40
+ ## Write-up
41
+
42
+ [A Swedish form specialist in one forward pass](https://precisit.com/en/blog/one-pass-sv-forms/): the engineering write-up behind this checkpoint, with the figures and the same pinned sources.
43
+
44
  ## Measured results (our harness, Apple M4)
45
 
46
  | Run | decisions | top-1 | majority-class baseline | ECE | silently skipped an expected fill |