Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JayShah07
/
pii_model

Token Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use JayShah07/pii_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JayShah07/pii_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="JayShah07/pii_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JayShah07/pii_model")
    model = AutoModelForTokenClassification.from_pretrained("JayShah07/pii_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pii_model
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
JayShah07's picture
JayShah07
End of training
37bd9b7 verified over 2 years ago
  • runs
    End of training over 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 over 2 years ago
  • README.md
    1.86 kB
    End of training over 2 years ago
  • config.json
    1.36 kB
    Training in progress, epoch 1 over 2 years ago
  • model.safetensors
    1.11 GB
    xet
    End of training over 2 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training in progress, epoch 1 over 2 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, epoch 1 over 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    1.15 kB
    Training in progress, epoch 1 over 2 years ago
  • training_args.bin
    4.92 kB
    xet
    Training in progress, epoch 1 over 2 years ago