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

  • Log In
  • Sign Up

malyshev-sa
/
ner_bge_small

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

Instructions to use malyshev-sa/ner_bge_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use malyshev-sa/ner_bge_small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="malyshev-sa/ner_bge_small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("malyshev-sa/ner_bge_small")
    model = AutoModelForTokenClassification.from_pretrained("malyshev-sa/ner_bge_small")
  • Notebooks
  • Google Colab
  • Kaggle
ner_bge_small
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
malyshev-sa's picture
malyshev-sa
Upload tokenizer
103e35a verified 26 days ago
  • .gitattributes
    1.52 kB
    initial commit 26 days ago
  • README.md
    5.17 kB
    Upload BertForTokenClassification 26 days ago
  • config.json
    1.03 kB
    Upload BertForTokenClassification 26 days ago
  • model.safetensors
    133 MB
    xet
    Upload BertForTokenClassification 26 days ago
  • tokenizer.json
    711 kB
    Upload tokenizer 26 days ago
  • tokenizer_config.json
    414 Bytes
    Upload tokenizer 26 days ago