vazish commited on
Commit
51194fd
·
unverified ·
1 Parent(s): a0efd97
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -16,11 +16,11 @@ tags:
16
 
17
  # TinyBERT Address Autofill
18
 
19
- A compact field-type classifier for HTML form autofill. Given a string
20
- describing a single form field's attributes, it predicts one of 66 autofill
21
- field types (`given-name`, `family-name`, `email`, `postal-code`,
22
- `address-line1`, `cc-number`, etc.) or `other` when the field should not be
23
- filled.
24
 
25
  The model is fine-tuned from `huawei-noah/TinyBERT_General_4L_312D` on a
26
  corpus of manually annotated shopping and address forms collected by Mozilla, and is
 
16
 
17
  # TinyBERT Address Autofill
18
 
19
+ A compact field-type classifier for HTML form autofill developed by the
20
+ Credentials Management Team on Firefox. Given a string describing a single form
21
+ field's attributes, it predicts one of 66 autofill field types (`given-name`,
22
+ `family-name`, `email`, `postal-code`, `address-line1`, `cc-number`, etc.) or
23
+ `other` when the field should not be filled.
24
 
25
  The model is fine-tuned from `huawei-noah/TinyBERT_General_4L_312D` on a
26
  corpus of manually annotated shopping and address forms collected by Mozilla, and is