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

  • Log In
  • Sign Up

artbreguez
/
albert_mbti

Text Classification
Transformers
Safetensors
English
albert
mbti
Model card Files Files and versions
xet
Community

Instructions to use artbreguez/albert_mbti with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use artbreguez/albert_mbti with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="artbreguez/albert_mbti")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("artbreguez/albert_mbti")
    model = AutoModelForSequenceClassification.from_pretrained("artbreguez/albert_mbti")
  • Notebooks
  • Google Colab
  • Kaggle
albert_mbti / tokenizer
46.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
artbreguez's picture
artbreguez
Upload folder using huggingface_hub
c55934b verified about 2 years ago
  • config.json
    1.48 kB
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    46.8 MB
    xet
    Upload folder using huggingface_hub about 2 years ago