HackerTrans
トップ新着トレンドコメント過去質問紹介求人

akamor

no profile record

投稿

Benchmarking OpenAI's Privacy Filter

tonic.ai
2 ポイント·投稿者 akamor·3 か月前·0 コメント

Show HN: A GitHub Action for helping RAG apps with CI/CD

github.com
2 ポイント·投稿者 akamor·2 年前·0 コメント

Using NER models to detect sensitive data in JSON

tonic.ai
2 ポイント·投稿者 akamor·2 年前·1 コメント

コメント

akamor
·2 年前·議論
Does this work well on kvps and tables? That is where I typically have the most trouble with tesseract and where the cloud provider ocr systems really shine.
akamor
·2 年前·議論
tl;dr NER models work best when they process data similar in structure to their training data. This notebook shows a few examples of how one can use an NER model not trained on JSON to actually identify and redact both structured and unstructured values with in a JSON blog. The NER model used is free available but closed source, but one can expect similar results with open source NER models such as spacy.