Update README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,10 @@ pair it predicts `{entailment, neutral, contradiction}`. Fine-tuned from
|
|
| 20 |
then exported to ONNX and **dynamically quantized to int8** (per-channel,
|
| 21 |
avx512_vnni) for portable CPU inference.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
**GitHub:** [Arthur920/Staleguard](https://github.com/Arthur920/Staleguard) 路
|
| 24 |
**Docs:** [arthur920.github.io/Staleguard](https://arthur920.github.io/Staleguard/)
|
| 25 |
|
|
|
|
| 20 |
then exported to ONNX and **dynamically quantized to int8** (per-channel,
|
| 21 |
avx512_vnni) for portable CPU inference.
|
| 22 |
|
| 23 |
+
Please note that the ml drift detection approach is undergoing quite some change.
|
| 24 |
+
|
| 25 |
+
Take a look at the Github Project below for a deterministic fast and lightweight documentation drift detection layer on which this model intends to build.
|
| 26 |
+
|
| 27 |
**GitHub:** [Arthur920/Staleguard](https://github.com/Arthur920/Staleguard) 路
|
| 28 |
**Docs:** [arthur920.github.io/Staleguard](https://arthur920.github.io/Staleguard/)
|
| 29 |
|