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

  • Log In
  • Sign Up

osunlp
/
MindAct_CandidateGeneration_deberta-v3-base

Text Classification
Transformers
PyTorch
deberta-v2
Model card Files Files and versions
xet
Community
4

Instructions to use osunlp/MindAct_CandidateGeneration_deberta-v3-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use osunlp/MindAct_CandidateGeneration_deberta-v3-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="osunlp/MindAct_CandidateGeneration_deberta-v3-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("osunlp/MindAct_CandidateGeneration_deberta-v3-base")
    model = AutoModelForSequenceClassification.from_pretrained("osunlp/MindAct_CandidateGeneration_deberta-v3-base")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
MindAct_CandidateGeneration_deberta-v3-base
740 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 5 commits
XiangD-OSU's picture
XiangD-OSU
boyuanzheng010's picture
boyuanzheng010
Upload spm.model (#3)
92d3ddc over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    958 Bytes
    Update config.json almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage"

    What is a pickle import?

    738 MB
    xet
    Upload DebertaV2ForSequenceClassification almost 3 years ago
  • spm.model
    2.46 MB
    xet
    Upload spm.model (#3) over 2 years ago
  • tokenizer_config.json
    52 Bytes
    Upload tokenizer_config.json (#2) over 2 years ago