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

  • Log In
  • Sign Up

mist-models
/
mist-28M-solvent-properties

Feature Extraction
Transformers
Safetensors
English
mist_multitask
mist
chemistry
molecular-property-prediction
custom_code
Model card Files Files and versions
xet
Community

Instructions to use mist-models/mist-28M-solvent-properties with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mist-models/mist-28M-solvent-properties with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="mist-models/mist-28M-solvent-properties", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mist-models/mist-28M-solvent-properties", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mist-28M-solvent-properties
113 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
anoushka2000's picture
anoushka2000
Update README.md
bcb86b6 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    7.61 kB
    Update README.md about 1 month ago
  • config.json
    3.21 kB
    Upload folder using huggingface_hub about 1 month ago
  • demo.py
    686 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    113 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • modeling_mist_multitask.py
    24 kB
    Upload folder using huggingface_hub about 1 month ago
  • notebook.ipynb
    931 Bytes
    Add Colab notebook (notebook.ipynb) about 1 month ago
  • requirements.txt
    83 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    5.01 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    1.68 kB
    Upload folder using huggingface_hub about 1 month ago