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

  • Log In
  • Sign Up

ctheodoris
/
Geneformer

Fill-Mask
Transformers
Safetensors
bert
single-cell
genomics
Model card Files Files and versions
xet
Community
585

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

  • Libraries
  • Transformers

    How to use ctheodoris/Geneformer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ctheodoris/Geneformer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ctheodoris/Geneformer")
    model = AutoModelForMaskedLM.from_pretrained("ctheodoris/Geneformer")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Geneformer / docs
61.7 kB
Ctrl+K
Ctrl+K
  • 20 contributors
History: 11 commits
Christina Theodoris
edit docs to remove backend isp functions
31bf641 11 months ago
  • source
    edit docs to remove backend isp functions 11 months ago
  • Makefile
    638 Bytes
    add sphinx docs over 2 years ago
  • make.bat
    804 Bytes
    add sphinx docs over 2 years ago
  • requirements.txt
    42 Bytes
    add readthedocs yaml and req over 2 years ago