Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

wpp02
/
mlp

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

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

  • Libraries
  • Transformers

    How to use wpp02/mlp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="wpp02/mlp", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("wpp02/mlp", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mlp
342 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
wpp02's picture
wpp02
Update modeling_mlp.py
7b77a27 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload model over 1 year ago
  • config.json
    423 Bytes
    Upload model over 1 year ago
  • configuration_mlp.py
    830 Bytes
    Upload model over 1 year ago
  • model.safetensors
    332 kB
    xet
    Upload model over 1 year ago
  • modeling_mlp.py
    1.67 kB
    Update modeling_mlp.py 5 months ago