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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

WelfCrozzo
/
T5-L128-belarusian

Translation
Transformers
PyTorch
Safetensors
Belarusian
English
Russian
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
2

Instructions to use WelfCrozzo/T5-L128-belarusian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use WelfCrozzo/T5-L128-belarusian 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="WelfCrozzo/T5-L128-belarusian")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("WelfCrozzo/T5-L128-belarusian")
    model = AutoModelForSeq2SeqLM.from_pretrained("WelfCrozzo/T5-L128-belarusian", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
T5-L128-belarusian
171 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
WelfCrozzo's picture
WelfCrozzo
Update README.md
6bada3c about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • README.md
    2.27 kB
    Update README.md about 3 years ago
  • config.json
    753 Bytes
    Upload T5ForConditionalGeneration about 3 years ago
  • generation_config.json
    142 Bytes
    Upload T5ForConditionalGeneration about 3 years ago
  • model.safetensors
    82.7 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    82.7 MB
    xet
    Upload T5ForConditionalGeneration about 3 years ago
  • special_tokens_map.json
    2.2 kB
    Upload tokenizer about 3 years ago
  • spiece.model
    721 kB
    xet
    Upload tokenizer about 3 years ago
  • tokenizer.json
    4.6 MB
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    2.32 kB
    Upload tokenizer about 3 years ago