Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

manikrishneshwar
/
pii-redactor-bert-gat

Token Classification
Transformers
Safetensors
English
bert_gat_pii
feature-extraction
pii
privacy
redaction
ner
bert
gat
graph-attention-network
custom_code
Model card Files Files and versions
xet
Community

Instructions to use manikrishneshwar/pii-redactor-bert-gat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use manikrishneshwar/pii-redactor-bert-gat with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="manikrishneshwar/pii-redactor-bert-gat", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("manikrishneshwar/pii-redactor-bert-gat", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pii-redactor-bert-gat
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
manikrishneshwar's picture
manikrishneshwar
Update README.md
f1683af verified 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 19 days ago
  • README.md
    2.28 kB
    Update README.md 19 days ago
  • config.json
    1.87 kB
    Initial upload: BERT+GAT PII redactor 19 days ago
  • configuration_bert_gat.py
    1.03 kB
    Initial upload: BERT+GAT PII redactor 19 days ago
  • model.safetensors
    270 MB
    xet
    Initial upload: BERT+GAT PII redactor 19 days ago
  • modeling_bert_gat.py
    9 kB
    Initial upload: BERT+GAT PII redactor 19 days ago
  • tokenizer.json
    711 kB
    Initial upload: BERT+GAT PII redactor 19 days ago
  • tokenizer_config.json
    335 Bytes
    Initial upload: BERT+GAT PII redactor 19 days ago