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

ml6team
/
byt5-base-dutch-ocr-correction

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

Instructions to use ml6team/byt5-base-dutch-ocr-correction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ml6team/byt5-base-dutch-ocr-correction with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("ml6team/byt5-base-dutch-ocr-correction")
    model = AutoModelForSeq2SeqLM.from_pretrained("ml6team/byt5-base-dutch-ocr-correction")
  • Notebooks
  • Google Colab
  • Kaggle
byt5-base-dutch-ocr-correction
2.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
simondg
update README
c86f565 almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • README.md
    882 Bytes
    update README almost 5 years ago
  • config.json
    755 Bytes
    2nd version + model cards addition almost 5 years ago
  • eval_results.txt
    132 Bytes
    Initialize V1 ocr correction model almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.33 GB
    xet
    2nd version + model cards addition almost 5 years ago
  • special_tokens_map.json
    2.5 kB
    Initialize V1 ocr correction model almost 5 years ago
  • tokenizer_config.json
    2.91 kB
    2nd version + model cards addition almost 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "config.TrainingArguments",
    • "torch.device",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    2.67 kB
    xet
    2nd version + model cards addition almost 5 years ago