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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mist-models
/
mist-1.8B-kayun6v3-gap

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

Instructions to use mist-models/mist-1.8B-kayun6v3-gap with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mist-models/mist-1.8B-kayun6v3-gap with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="mist-models/mist-1.8B-kayun6v3-gap", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mist-models/mist-1.8B-kayun6v3-gap", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mist-1.8B-kayun6v3-gap
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
anoushka2000's picture
anoushka2000
Update config.json
78cc958 verified 13 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    6.78 kB
    Upload folder using huggingface_hub 13 days ago
  • config.json
    1.43 kB
    Update config.json 13 days ago
  • model-00001-of-00002.safetensors
    4.95 GB
    xet
    Upload folder using huggingface_hub 13 days ago
  • model-00002-of-00002.safetensors
    2.27 GB
    xet
    Upload folder using huggingface_hub 13 days ago
  • model.safetensors.index.json
    43.2 kB
    Add safetensors index 13 days ago
  • modeling_mist_finetuned.py
    23.6 kB
    Upload folder using huggingface_hub 13 days ago
  • notebook.ipynb
    926 Bytes
    Add Colab notebook (notebook.ipynb) 3 months ago
  • requirements.txt
    83 Bytes
    Upload folder using huggingface_hub 13 days ago