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

  • Log In
  • Sign Up

Python
/
ACROSS-m2o-eng-small

Transformers
PyTorch
mt5
text2text-generation
Model card Files Files and versions
xet
Community
1

Instructions to use Python/ACROSS-m2o-eng-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Python/ACROSS-m2o-eng-small with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Python/ACROSS-m2o-eng-small")
    model = AutoModelForSeq2SeqLM.from_pretrained("Python/ACROSS-m2o-eng-small")
  • Notebooks
  • Google Colab
  • Kaggle
ACROSS-m2o-eng-small
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Python's picture
Python
initial commit
6317be9 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago