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

  • Log In
  • Sign Up

Atnafu
/
mt5-base

Question Answering
Transformers
PyTorch
TensorBoard
mt5
text2text-generation
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Atnafu/mt5-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Atnafu/mt5-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Atnafu/mt5-base")
    model = AutoModelForSeq2SeqLM.from_pretrained("Atnafu/mt5-base")
  • Notebooks
  • Google Colab
  • Kaggle
mt5-base
2.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Atnafu's picture
Atnafu
update
22e31c4 about 3 years ago
  • runs
    Training in progress, step 10000 about 3 years ago
  • .gitattributes
    1.53 kB
    Training in progress, step 10000 about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 10000 about 3 years ago
  • README.md
    86 Bytes
    update about 3 years ago
  • config.json
    798 Bytes
    Training in progress, step 10000 about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.33 GB
    xet
    Training in progress, step 10000 about 3 years ago
  • special_tokens_map.json
    74 Bytes
    Training in progress, step 10000 about 3 years ago
  • spiece.model
    4.31 MB
    xet
    Training in progress, step 10000 about 3 years ago
  • tokenizer.json
    16.3 MB
    xet
    Training in progress, step 10000 about 3 years ago
  • tokenizer_config.json
    484 Bytes
    Training in progress, step 10000 about 3 years ago
  • training_args.bin
    3.71 kB
    xet
    Training in progress, step 10000 about 3 years ago