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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

jacqpark
/
nte-deberta-ipr

Text Classification
Transformers
Safetensors
English
deberta-v2
deberta-v3
nli
political-science
trade-policy
intellectual-property
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use jacqpark/nte-deberta-ipr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jacqpark/nte-deberta-ipr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="jacqpark/nte-deberta-ipr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jacqpark/nte-deberta-ipr")
    model = AutoModelForSequenceClassification.from_pretrained("jacqpark/nte-deberta-ipr")
  • Notebooks
  • Google Colab
  • Kaggle
nte-deberta-ipr
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
jacqpark's picture
jacqpark
Add Zenodo DOI to citation
6bd80a4 verified 14 days ago
  • .gitattributes
    1.52 kB
    initial commit 14 days ago
  • README.md
    9.92 kB
    Add Zenodo DOI to citation 14 days ago
  • config.json
    1.1 kB
    Fine-tuned on IPR hypothesis labels 14 days ago
  • model.safetensors
    1.74 GB
    xet
    Fine-tuned on IPR hypothesis labels 14 days ago
  • tokenizer.json
    8.33 MB
    Tokenizer for IPR DeBERTa-v3 14 days ago
  • tokenizer_config.json
    434 Bytes
    Tokenizer for IPR DeBERTa-v3 14 days ago