We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf5b46 commit e51aa66Copy full SHA for e51aa66
2 files changed
internal/pii/ner/ner.go
@@ -24,7 +24,7 @@ const maxSeqLen = 512
24
const maxChunkChars = 1200
25
26
// ModelVersion is the version tag used for bundle download URLs.
27
-const ModelVersion = "1.0.0"
+const ModelVersion = "0.2.0"
28
29
// Detector performs named entity recognition on text.
30
type Detector struct {
scripts/prepare-pii-model.sh
@@ -6,7 +6,7 @@
6
# Output: per-platform tarballs + SHA-256 hashes ready for GitHub Release upload.
7
set -euo pipefail
8
9
-VERSION="${PII_MODEL_VERSION:-1.0.0}"
+VERSION="${PII_MODEL_VERSION:-0.2.0}"
10
MODEL_REPO="Xenova/distilbert-base-multilingual-cased-ner-hrl"
11
ORT_VERSION="1.23.0"
12
OUTDIR="${1:-dist/pii-model}"
0 commit comments