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

  • Log In
  • Sign Up

christiqn
/
mpnet-EVT-classifier

Text Classification
Transformers
PyTorch
Safetensors
English
evt_classifier
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 about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    15.9 kB
    Update README.md about 2 months ago
  • config.json
    738 Bytes
    Upload EVTClassifier about 2 months ago
  • configuration_evt.py
    1.83 kB
    Upload EVTClassifier about 2 months ago
  • model.safetensors
    443 MB
    xet
    Upload EVTClassifier about 2 months ago
  • modeling_evt.py
    6.69 kB
    Upload EVTClassifier about 2 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    443 MB
    xet
    Upload 6 files about 2 months ago
  • special_tokens_map.json
    964 Bytes
    Upload 6 files about 2 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    620 Bytes
    Upload tokenizer about 2 months ago
  • vocab.txt
    232 kB
    Upload 6 files about 2 months ago