Text Classification
Transformers
Safetensors
English
bert
BERT
HIPAA
PHI
LLM
sensitive data
classification
healthcare
mHealth Application
cybersecurity
database
column name classifier
data field classifier
huggingface
text-embeddings-inference
Instructions to use barek2k2/bert_hipaa_sensitive_db_schema with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use barek2k2/bert_hipaa_sensitive_db_schema with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="barek2k2/bert_hipaa_sensitive_db_schema")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("barek2k2/bert_hipaa_sensitive_db_schema") model = AutoModelForSequenceClassification.from_pretrained("barek2k2/bert_hipaa_sensitive_db_schema") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!