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

tharindu
/
mt5_0.1_SOLID

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

Instructions to use tharindu/mt5_0.1_SOLID with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tharindu/mt5_0.1_SOLID with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("tharindu/mt5_0.1_SOLID")
    model = AutoModelForSeq2SeqLM.from_pretrained("tharindu/mt5_0.1_SOLID")
  • Notebooks
  • Google Colab
  • Kaggle
mt5_0.1_SOLID
2.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tharindu's picture
tharindu
First commit
52e5827 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    702 Bytes
    First commit over 3 years ago
  • eval_results.txt
    35 Bytes
    First commit over 3 years ago
  • model_args.json
    2.68 kB
    First commit over 3 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.11 MB
    xet
    First commit over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.33 GB
    xet
    First commit over 3 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    623 Bytes
    xet
    First commit over 3 years ago
  • special_tokens_map.json
    65 Bytes
    First commit over 3 years ago
  • spiece.model
    4.31 MB
    xet
    First commit over 3 years ago
  • tokenizer_config.json
    450 Bytes
    First commit over 3 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "ft5.args.T5Args"

    How to fix it?

    3.18 kB
    xet
    First commit over 3 years ago