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

ai-forever
/
FRED-T5-large

Transformers
PyTorch
Russian
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
5

Instructions to use ai-forever/FRED-T5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ai-forever/FRED-T5-large with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("ai-forever/FRED-T5-large")
    model = AutoModelForSeq2SeqLM.from_pretrained("ai-forever/FRED-T5-large")
  • Notebooks
  • Google Colab
  • Kaggle
FRED-T5-large
3.29 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 19 commits
ai-forever's picture
ai-forever
Fix tokenizer config
6e975f2 over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    3.66 kB
    Update README.md (#3) over 2 years ago
  • added_tokens.json
    2.5 kB
    added checkpoint about 3 years ago
  • config.json
    653 Bytes
    Fix tokenizer config over 2 years ago
  • merges.txt
    1.27 MB
    initial over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    3.28 GB
    xet
    added checkpoint about 3 years ago
  • special_tokens_map.json
    574 Bytes
    Fix tokenizer config over 2 years ago
  • tokenizer_config.json
    20.2 kB
    Fix tokenizer config over 2 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "argparse.Namespace",
    • "torch.device"

    How to fix it?

    1.97 kB
    xet
    added checkpoint about 3 years ago
  • vocab.json
    1.71 MB
    initial over 3 years ago