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

  • Log In
  • Sign Up

BlackSamorez
/
ebanko-base

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

Instructions to use BlackSamorez/ebanko-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BlackSamorez/ebanko-base with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("BlackSamorez/ebanko-base")
    model = AutoModelForSeq2SeqLM.from_pretrained("BlackSamorez/ebanko-base")
  • Notebooks
  • Google Colab
  • Kaggle
ebanko-base
893 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Andrei Panferov
Update README.md
f21b1aa about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    534 Bytes
    Update README.md about 4 years ago
  • config.json
    1.42 kB
    First version about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    892 MB
    xet
    First version about 4 years ago
  • spiece.model
    1 MB
    xet
    Stolen from sberbank-ai/ruT5-base about 4 years ago