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

dominguesm
/
bert-restore-punctuation-ptbr

Token Classification
Transformers
PyTorch
Safetensors
Portuguese
bert
named-entity-recognition
Transformer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use dominguesm/bert-restore-punctuation-ptbr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dominguesm/bert-restore-punctuation-ptbr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="dominguesm/bert-restore-punctuation-ptbr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dominguesm/bert-restore-punctuation-ptbr")
    model = AutoModelForTokenClassification.from_pretrained("dominguesm/bert-restore-punctuation-ptbr")
  • Notebooks
  • Google Colab
  • Kaggle
bert-restore-punctuation-ptbr
867 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
dominguesm's picture
dominguesm
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
ad9b770 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    4.11 kB
    Update README.md almost 4 years ago
  • config.json
    1.34 kB
    Add model almost 4 years ago
  • eval_results.txt
    120 Bytes
    Add model almost 4 years ago
  • model.safetensors
    433 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • model_args.json
    2.52 kB
    Add model almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    433 MB
    xet
    Add model almost 4 years ago
  • special_tokens_map.json
    125 Bytes
    Add model almost 4 years ago
  • tokenizer_config.json
    559 Bytes
    Add model almost 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.NERArgs"

    How to fix it?

    3.12 kB
    xet
    Add model almost 4 years ago
  • training_progress_scores.csv
    1.28 kB
    Add model almost 4 years ago
  • vocab.txt
    210 kB
    Add model almost 4 years ago