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

  • Log In
  • Sign Up

tzervas
/
bwsk-switch-base-8

Summarization
Transformers
bwsk
combinator-analysis
Mixture of Experts
reversible-backprop
convergence-training
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use tzervas/bwsk-switch-base-8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tzervas/bwsk-switch-base-8 with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("summarization", model="tzervas/bwsk-switch-base-8")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("tzervas/bwsk-switch-base-8", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bwsk-switch-base-8
2.17 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
tzervas's picture
tzervas
Add BWSK model card
791a08b verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    6.3 kB
    Add BWSK model card 2 months ago
  • results.json
    2.16 MB
    Add aggregated training results 2 months ago