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

thenlpresearcher
/
bert_punct_model

Token Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use thenlpresearcher/bert_punct_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thenlpresearcher/bert_punct_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="thenlpresearcher/bert_punct_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("thenlpresearcher/bert_punct_model")
    model = AutoModelForTokenClassification.from_pretrained("thenlpresearcher/bert_punct_model")
  • Notebooks
  • Google Colab
  • Kaggle
bert_punct_model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
thenlpresearcher's picture
thenlpresearcher
thenlpresearcher/bert-punctuation-restoration-kaustubh
b1261bc verified 6 months ago
  • Nov03_13-29-48_da1f5c763b14
    thenlpresearcher/bert-punctuation-restoration-kaustubh 6 months ago
  • Nov03_13-40-02_da1f5c763b14
    thenlpresearcher/bert-punctuation-restoration-kaustubh 6 months ago
  • Nov03_13-41-51_da1f5c763b14
    thenlpresearcher/bert-punctuation-restoration-kaustubh 6 months ago
  • Nov03_13-44-50_da1f5c763b14
    thenlpresearcher/bert-punctuation-restoration-kaustubh 6 months ago
  • Nov03_13-45-28_da1f5c763b14
    thenlpresearcher/bert-punctuation-restoration-kaustubh 6 months ago
  • Nov22_08-33-36_ca85e5befb5e
    thenlpresearcher/bert-punctuation-restoration-kaustubh 6 months ago
  • Nov22_08-34-31_ca85e5befb5e
    thenlpresearcher/bert-punctuation-restoration-kaustubh 6 months ago
  • Nov22_08-34-41_ca85e5befb5e
    thenlpresearcher/bert-punctuation-restoration-kaustubh 6 months ago
  • Nov22_08-36-19_ca85e5befb5e
    thenlpresearcher/bert-punctuation-restoration-kaustubh 6 months ago