form-autofill-embed / README.md
rolf-mozilla's picture
Update README.md
81fc901 verified
|
Raw
History Blame Contribute Delete
389 Bytes
# form-autofill-embed
Quantized (int8) shared encoder for the Firefox triple-encoder autofill field classifier. Vocab-pruned multilingual MiniLM (BERT arch, 4 layers, hidden 384, vocab ~12.5k). Use as a **feature-extraction** model and mean-pool the `last_hidden_state` to a 384-d per-field embedding. Weights: `onnx/model_quantized.onnx` (int8). Pairs with `Mozilla/form-autofill-head`.