Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

KaggleMasterX
/
BERT_Episode3

Token Classification
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use KaggleMasterX/BERT_Episode3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="KaggleMasterX/BERT_Episode3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KaggleMasterX/BERT_Episode3")
    model = AutoModelForTokenClassification.from_pretrained("KaggleMasterX/BERT_Episode3")
  • Notebooks
  • Google Colab
  • Kaggle
BERT_Episode3
436 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
KaggleMasterX's picture
KaggleMasterX
Upload BertForTokenClassification
8ebefb8 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.17 kB
    Upload BertForTokenClassification about 2 years ago
  • config.json
    2.4 kB
    Upload BertForTokenClassification about 2 years ago
  • model.safetensors
    436 MB
    xet
    Upload BertForTokenClassification about 2 years ago