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

jdeschena
/
debug-tanh-mlp

Feature Extraction
Transformers
Safetensors
tanh_mlp
custom_code
Model card Files Files and versions
xet
Community

Instructions to use jdeschena/debug-tanh-mlp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jdeschena/debug-tanh-mlp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="jdeschena/debug-tanh-mlp", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("jdeschena/debug-tanh-mlp", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
debug-tanh-mlp
17.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jdeschena's picture
jdeschena
Upload model
ef8e803 verified 26 days ago
  • .gitattributes
    1.52 kB
    initial commit 26 days ago
  • README.md
    5.17 kB
    Upload model 26 days ago
  • config.json
    325 Bytes
    Upload model 26 days ago
  • configuration_mlp.py
    975 Bytes
    Upload model 26 days ago
  • model.safetensors
    7.39 kB
    xet
    Upload model 26 days ago
  • modeling_mlp.py
    1.72 kB
    Upload model 26 days ago