rolf-mozilla commited on
Commit
e88dff8
·
verified ·
1 Parent(s): b3923bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,3 +1,3 @@
1
  # form-autofill-embed
2
 
3
- 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 `rolf-mozilla/form-autofill-head`.
 
1
  # form-autofill-embed
2
 
3
+ 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`.