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

christiqn
/
mpnet-EVT-classifier

Text Classification
Transformers
PyTorch
Safetensors
English
evt_classifier
image-feature-extraction
feature-extraction
psychology
expectancy-value-theory
psychometrics
test-item-classification
educational-psychology
motivation
survey-instruments
content-analysis
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use christiqn/mpnet-EVT-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use christiqn/mpnet-EVT-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="christiqn/mpnet-EVT-classifier", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("christiqn/mpnet-EVT-classifier", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mpnet-EVT-classifier
886 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
christiqn's picture
christiqn
Update README.md
ae0bc6d verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    15.9 kB
    Update README.md 3 months ago
  • config.json
    738 Bytes
    Upload EVTClassifier 3 months ago
  • configuration_evt.py
    1.83 kB
    Upload EVTClassifier 3 months ago
  • model.safetensors
    443 MB
    xet
    Upload EVTClassifier 3 months ago
  • modeling_evt.py
    6.69 kB
    Upload EVTClassifier 3 months ago
  • pytorch_model.bin
    443 MB
    xet
    Upload 6 files 3 months ago
  • special_tokens_map.json
    964 Bytes
    Upload 6 files 3 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer 3 months ago
  • tokenizer_config.json
    620 Bytes
    Upload tokenizer 3 months ago
  • vocab.txt
    232 kB
    Upload 6 files 3 months ago