Skip to content

Commit e51aa66

Browse files
committed
chore: bump pii-model version to 0.2.0
1 parent caf5b46 commit e51aa66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/pii/ner/ner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const maxSeqLen = 512
2424
const maxChunkChars = 1200
2525

2626
// ModelVersion is the version tag used for bundle download URLs.
27-
const ModelVersion = "1.0.0"
27+
const ModelVersion = "0.2.0"
2828

2929
// Detector performs named entity recognition on text.
3030
type Detector struct {

scripts/prepare-pii-model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Output: per-platform tarballs + SHA-256 hashes ready for GitHub Release upload.
77
set -euo pipefail
88

9-
VERSION="${PII_MODEL_VERSION:-1.0.0}"
9+
VERSION="${PII_MODEL_VERSION:-0.2.0}"
1010
MODEL_REPO="Xenova/distilbert-base-multilingual-cased-ner-hrl"
1111
ORT_VERSION="1.23.0"
1212
OUTDIR="${1:-dist/pii-model}"

0 commit comments

Comments
 (0)