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

  • Log In
  • Sign Up

pierreguillou
/
byt5-small-qa-squad-v1.1-portuguese

Transformers
PyTorch
Portuguese
t5
text2text-generation
byt5
qa
text-generation-inference
Model card Files Files and versions
xet
Community
2

Instructions to use pierreguillou/byt5-small-qa-squad-v1.1-portuguese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pierreguillou/byt5-small-qa-squad-v1.1-portuguese with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("pierreguillou/byt5-small-qa-squad-v1.1-portuguese")
    model = AutoModelForSeq2SeqLM.from_pretrained("pierreguillou/byt5-small-qa-squad-v1.1-portuguese", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
byt5-small-qa-squad-v1.1-portuguese
1.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
pierreguillou's picture
pierreguillou
Update README.md
04363d2 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    7.17 kB
    Update README.md over 4 years ago
  • config.json
    812 Bytes
    task_specific_params: text2text-generation over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.2 GB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    2.5 kB
    add tokenizer over 4 years ago
  • tokenizer_config.json
    2.89 kB
    add tokenizer over 4 years ago