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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

KevSun
/
Personality_LM

Text Classification
Transformers
PyTorch
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

    How to use KevSun/Personality_LM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KevSun/Personality_LM")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KevSun/Personality_LM")
    model = AutoModelForSequenceClassification.from_pretrained("KevSun/Personality_LM")
  • Notebooks
  • Google Colab
  • Kaggle
Personality_LM
503 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 82 commits
KevSun's picture
KevSun
Update README.md
cdc6556 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.94 kB
    Update README.md almost 2 years ago
  • config.json
    995 Bytes
    Update config.json almost 2 years ago
  • merges.txt
    456 kB
    Upload merges.txt about 2 years ago
  • pytorch_model.bin
    499 MB
    xet
    Upload pytorch_model.bin with huggingface_hub almost 2 years ago
  • special_tokens_map.json
    280 Bytes
    Upload special_tokens_map.json about 2 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer.json about 2 years ago
  • tokenizer_config.json
    1.37 kB
    Upload tokenizer_config.json with huggingface_hub almost 2 years ago
  • training_args.bin
    4.34 kB
    xet
    Upload training_args.bin with huggingface_hub almost 2 years ago
  • vocab.json
    798 kB
    Upload vocab.json about 2 years ago