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

  • Log In
  • Sign Up

entropy
/
erbb1_mlp

Feature Extraction
Transformers
Safetensors
erbb1_mlp
chemistry
molecule
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use entropy/erbb1_mlp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="entropy/erbb1_mlp", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("entropy/erbb1_mlp", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
erbb1_mlp
51.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
entropy's picture
entropy
Update README.md
7daf385 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.22 kB
    Update README.md about 1 year ago
  • config.json
    446 Bytes
    Upload model about 1 year ago
  • configuration_erbb1_mlp.py
    696 Bytes
    Upload model about 1 year ago
  • model.safetensors
    51.5 MB
    xet
    Upload model about 1 year ago
  • modeling_erbb1_mlp.py
    3.01 kB
    Upload model about 1 year ago