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

  • Log In
  • Sign Up

xkeyC
/
sctoolbox_models

Translation
Transformers
ONNX
Safetensors
Chinese
English
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use xkeyC/sctoolbox_models with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" 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("translation", model="xkeyC/sctoolbox_models")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("xkeyC/sctoolbox_models", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
sctoolbox_models
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
xkeyC's picture
xkeyC
Update README.md
0e3ce93 verified 6 months ago
  • Opus-MT-StarCitizen-zh-en
    Upload 11 files 6 months ago
  • opus-mt-zh-en_onnx
    Upload 7 files 6 months ago
  • .gitattributes
    1.82 kB
    Upload 11 files 6 months ago
  • README.md
    134 Bytes
    Update README.md 6 months ago