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

derenrich
/
psychiq

Text Classification
Transformers
PyTorch
TensorBoard
English
distilbert
wikipedia
wikidata
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use derenrich/psychiq with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="derenrich/psychiq")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("derenrich/psychiq")
    model = AutoModelForSequenceClassification.from_pretrained("derenrich/psychiq", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
psychiq / runs
834 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
derenrich's picture
derenrich
add runs
105bb82 almost 4 years ago
  • Nov08_19-25-15_d03698750c7d
    End of training almost 4 years ago
  • Nov08_20-24-18_d03698750c7d
    End of training almost 4 years ago
  • Nov09_21-07-27_82f57def8ac5
    End of training almost 4 years ago
  • Nov10_01-45-31_0fc7bfe69be0
    End of training almost 4 years ago
  • Nov10_03-44-30_0fc7bfe69be0
    End of training almost 4 years ago
  • Nov10_03-59-53_0fc7bfe69be0
    End of training almost 4 years ago
  • Nov10_05-03-32_a94857e00da2
    End of training almost 4 years ago
  • Nov10_06-35-57_a94857e00da2
    End of training almost 4 years ago
  • Nov12_07-14-47_93a93513e230
    add runs almost 4 years ago
  • Nov12_23-10-29_c7bb7debdfe6
    add runs almost 4 years ago