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

  • Log In
  • Sign Up

leukas
/
byt5-base-nc16-250k-enru

Transformers
PyTorch
Safetensors
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use leukas/byt5-base-nc16-250k-enru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use leukas/byt5-base-nc16-250k-enru with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("leukas/byt5-base-nc16-250k-enru")
    model = AutoModelForSeq2SeqLM.from_pretrained("leukas/byt5-base-nc16-250k-enru")
  • Notebooks
  • Google Colab
  • Kaggle
byt5-base-nc16-250k-enru
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
leukas's picture
leukas
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
2203c76 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    843 Bytes
    Upload T5ForConditionalGeneration almost 3 years ago
  • generation_config.json
    142 Bytes
    Upload T5ForConditionalGeneration almost 3 years ago
  • model.safetensors
    2.33 GB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin
    2.33 GB
    xet
    Upload T5ForConditionalGeneration almost 3 years ago
  • special_tokens_map.json
    3.09 kB
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    3.51 kB
    Upload tokenizer almost 3 years ago