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

flax-community
/
hubert-dementia-screening

Feature Extraction
Transformers
JAX
hubert
Model card Files Files and versions
xet
Community

Instructions to use flax-community/hubert-dementia-screening with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use flax-community/hubert-dementia-screening with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="flax-community/hubert-dementia-screening")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("flax-community/hubert-dementia-screening")
    model = AutoModel.from_pretrained("flax-community/hubert-dementia-screening")
  • Notebooks
  • Google Colab
  • Kaggle
hubert-dementia-screening / __pycache__
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
patrickvonplaten's picture
patrickvonplaten
upload hubert for seq classification
004e84f almost 5 years ago
  • hubert_for_sequence_classification.cpython-38.pyc
    3.37 kB
    upload hubert for seq classification almost 5 years ago