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

lowdown-labs
/
fela-ppg

Feature Extraction
Transformers
Safetensors
fela-ppg
fela
fourier-neural-operator
fno
gated-linear-attention
cpu
on-device
ppg
biosignal
atrial-fibrillation
wearable
custom_code
Model card Files Files and versions
xet
Community

Instructions to use lowdown-labs/fela-ppg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lowdown-labs/fela-ppg with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="lowdown-labs/fela-ppg", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("lowdown-labs/fela-ppg", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • streaming
    initial commit 3 days ago
  • .gitattributes
    50 Bytes
    initial commit 3 days ago
  • .gitignore
    53 Bytes
    initial commit 3 days ago
  • LICENSE
    25.4 kB
    initial commit 3 days ago
  • README.md
    9.74 kB
    initial commit 3 days ago
  • config.json
    1.02 kB
    initial commit 3 days ago
  • configuration_ppg.py
    1.16 kB
    initial commit 3 days ago
  • model.safetensors
    3.07 MB
    xet
    initial commit 3 days ago
  • modeling.py
    8.33 kB
    initial commit 3 days ago
  • modeling_ppg.py
    1.02 kB
    initial commit 3 days ago
  • requirements.txt
    103 Bytes
    initial commit 3 days ago
  • train.py
    7.38 kB
    initial commit 3 days ago
  • verify.py
    1.41 kB
    initial commit 3 days ago