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

mobarmg
/
jev-schema-scorer-deberta-v3-large

Text Classification
Transformers
Safetensors
English
deberta-v2
deberta-v3
schema-conditioned
candidate-scoring
zero-shot-classification
structured-output
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use mobarmg/jev-schema-scorer-deberta-v3-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mobarmg/jev-schema-scorer-deberta-v3-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mobarmg/jev-schema-scorer-deberta-v3-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mobarmg/jev-schema-scorer-deberta-v3-large")
    model = AutoModelForSequenceClassification.from_pretrained("mobarmg/jev-schema-scorer-deberta-v3-large", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
jev-schema-scorer-deberta-v3-large
1.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
mobarmg's picture
mobarmg
Upload weights
ee092c3 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    6.56 kB
    Upload scorer 3 days ago
  • config.json
    1.01 kB
    Upload scorer 4 days ago
  • model.safetensors
    1.74 GB
    xet
    Upload weights 3 days ago
  • schema_scorer.py
    13.5 kB
    Upload scorer 4 days ago
  • tokenizer.json
    8.34 MB
    Upload scorer 3 days ago
  • tokenizer_config.json
    725 Bytes
    Upload scorer 4 days ago