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

Shunian
/
mbti-classification-roberta-base

Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use Shunian/mbti-classification-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Shunian/mbti-classification-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Shunian/mbti-classification-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Shunian/mbti-classification-roberta-base")
    model = AutoModelForSequenceClassification.from_pretrained("Shunian/mbti-classification-roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
mbti-classification-roberta-base / runs
229 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
Shunian Chen
mbti-classification-roberta-base
fc8ef04 over 3 years ago
  • 1671139523.7402716
    Training in progress, step 5000 over 3 years ago
  • 1671139938.5672846
    Training in progress, step 5000 over 3 years ago
  • 1671139986.45997
    Training in progress, step 5000 over 3 years ago
  • 1671148339.4975867
    Training in progress, step 25000 over 3 years ago
  • 1671148418.333982
    Training in progress, step 25000 over 3 years ago
  • 1671150577.0759919
    Training in progress, step 25000 over 3 years ago
  • events.out.tfevents.1671139523.codespaces-ea93af
    5.64 kB
    xet
    Training in progress, step 5000 over 3 years ago
  • events.out.tfevents.1671139938.codespaces-ea93af.989.0
    4.85 kB
    xet
    Training in progress, step 5000 over 3 years ago
  • events.out.tfevents.1671139986.codespaces-ea93af.1643.0
    36.8 kB
    xet
    Training in progress, step 25000 over 3 years ago
  • events.out.tfevents.1671148339.codespaces-ea93af.20805.0
    4.7 kB
    xet
    Training in progress, step 25000 over 3 years ago
  • events.out.tfevents.1671148418.codespaces-ea93af.21771.0
    5.18 kB
    xet
    Training in progress, step 25000 over 3 years ago
  • events.out.tfevents.1671150577.codespaces-ea93af.9145.0
    138 kB
    xet
    mbti-classification-roberta-base over 3 years ago