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

  • Log In
  • Sign Up

Prosho
/
sentinel-src-24

Translation
Transformers
multilingual
SENTINEL-SRC-MQM
Model card Files Files and versions
xet
Community

Instructions to use Prosho/sentinel-src-24 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Prosho/sentinel-src-24 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="Prosho/sentinel-src-24")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Prosho/sentinel-src-24", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
sentinel-src-24
2.24 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Prosho's picture
Prosho
Update README.md
b5e77e6 verified 8 months ago
  • checkpoints
    Initial commit with model files about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.31 kB
    Update README.md 8 months ago
  • config.json
    86 Bytes
    Initial commit with model files about 1 year ago