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

  • Log In
  • Sign Up

PaDaS-Lab
/
privacy-policy-relation-extraction

Text Classification
Transformers
Safetensors
English
deberta
relation-extraction
Model card Files Files and versions
xet
Community

Instructions to use PaDaS-Lab/privacy-policy-relation-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PaDaS-Lab/privacy-policy-relation-extraction with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="PaDaS-Lab/privacy-policy-relation-extraction")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("PaDaS-Lab/privacy-policy-relation-extraction")
    model = AutoModelForSequenceClassification.from_pretrained("PaDaS-Lab/privacy-policy-relation-extraction")
  • Notebooks
  • Google Colab
  • Kaggle
privacy-policy-relation-extraction
558 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
harshildarji's picture
harshildarji
Update README.md
ae7f511 verified almost 2 years ago
  • .gitattributes
    1.53 kB
    Update .gitattributes almost 2 years ago
  • README.md
    1.18 kB
    Update README.md almost 2 years ago
  • config.json
    1.68 kB
    update model almost 2 years ago
  • merges.txt
    456 kB
    add model almost 2 years ago
  • model.safetensors
    557 MB
    xet
    update model almost 2 years ago
  • special_tokens_map.json
    969 Bytes
    add model almost 2 years ago
  • tokenizer_config.json
    1.31 kB
    add model almost 2 years ago
  • vocab.json
    999 kB
    add model almost 2 years ago