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

Nikolenko-Sergei
/
FukuiNet

Feature Extraction
Transformers
PyTorch
English
fukui_net
chemistry
biology
DFT
molecular-property-prediction
graph-neural-networks
fukui-indices
reactivity
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Nikolenko-Sergei/FukuiNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Nikolenko-Sergei/FukuiNet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Nikolenko-Sergei/FukuiNet", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Nikolenko-Sergei/FukuiNet", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
FukuiNet
18.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
Nikolenko-Sergei's picture
Nikolenko-Sergei
Update README.md
2777a6f verified 8 months ago
  • fukui_net
    Delete fukui_net/pipeline.py with huggingface_hub 8 months ago
  • models
    Add models/final_model.ckpt 8 months ago
  • tests
    Delete tests/data/predictions.csv with huggingface_hub 8 months ago
  • .gitattributes
    389 Bytes
    Add .gitattributes 8 months ago
  • .gitignore
    170 Bytes
    Upload folder using huggingface_hub 8 months ago
  • README.md
    2.38 kB
    Update README.md 8 months ago
  • config.json
    460 Bytes
    Update config.json 8 months ago
  • hf_integration.py
    254 Bytes
    Update hf_integration.py 8 months ago
  • pyproject.toml
    1.8 kB
    Upload folder using huggingface_hub 8 months ago