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

tiagoblima
/
punctuation-tedtalk2012-bert-base

Token Classification
Transformers
PyTorch
bert
Generated from Trainer
Model card Files Files and versions
xet
Community
2

Instructions to use tiagoblima/punctuation-tedtalk2012-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tiagoblima/punctuation-tedtalk2012-bert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="tiagoblima/punctuation-tedtalk2012-bert-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tiagoblima/punctuation-tedtalk2012-bert-base")
    model = AutoModelForTokenClassification.from_pretrained("tiagoblima/punctuation-tedtalk2012-bert-base")
  • Notebooks
  • Google Colab
  • Kaggle
punctuation-tedtalk2012-bert-base
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Tiago Barbosa de Lima
End of training
7688019 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Model save over 3 years ago
  • README.md
    1.37 kB
    update model card README.md over 3 years ago
  • all_results.json
    515 Bytes
    End of training over 3 years ago
  • config.json
    1.05 kB
    Model save over 3 years ago
  • eval_results.json
    345 Bytes
    End of training over 3 years ago
  • prediction_metrics.json
    385 Bytes
    End of training over 3 years ago
  • predictions.txt
    79.3 kB
    End of training over 3 years ago
  • pytorch_model.bin
    433 MB
    xet
    Model save over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Model save over 3 years ago
  • tokenizer.json
    678 kB
    Model save over 3 years ago
  • tokenizer_config.json
    597 Bytes
    Model save over 3 years ago
  • train_results.json
    190 Bytes
    End of training over 3 years ago
  • trainer_state.json
    951 Bytes
    End of training over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    3.58 kB
    xet
    Model save over 3 years ago
  • vocab.txt
    210 kB
    Model save over 3 years ago