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

Yuto2007
/
tx-model-standalone

Feature Extraction
Transformers
Safetensors
tx_model
biology
genomics
single-cell
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Yuto2007/tx-model-standalone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Yuto2007/tx-model-standalone with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Yuto2007/tx-model-standalone", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Yuto2007/tx-model-standalone", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tx-model-standalone
286 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Yuto2007's picture
Yuto2007
Upload folder using huggingface_hub
27f1bc1 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    1.83 kB
    Upload folder using huggingface_hub 5 months ago
  • blocks_standalone.py
    16.3 kB
    Upload folder using huggingface_hub 5 months ago
  • config.json
    1.34 kB
    Upload folder using huggingface_hub 5 months ago
  • configuration_tx.py
    7.35 kB
    Upload folder using huggingface_hub 5 months ago
  • model.safetensors
    284 MB
    xet
    Upload folder using huggingface_hub 5 months ago
  • model_standalone.py
    11.6 kB
    Upload folder using huggingface_hub 5 months ago
  • modeling.py
    19.9 kB
    Fix: Use single modeling.py file 5 months ago
  • modeling_tx_standalone.py
    5.58 kB
    Upload folder using huggingface_hub 5 months ago
  • requirements.txt
    233 Bytes
    Upload folder using huggingface_hub 5 months ago
  • tokenizer_config.json
    73 Bytes
    Upload folder using huggingface_hub 5 months ago
  • vocab.json
    1.74 MB
    Upload folder using huggingface_hub 5 months ago