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

almaghrabima
/
ner_column_bert-base-NER

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

Instructions to use almaghrabima/ner_column_bert-base-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use almaghrabima/ner_column_bert-base-NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="almaghrabima/ner_column_bert-base-NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("almaghrabima/ner_column_bert-base-NER")
    model = AutoModelForTokenClassification.from_pretrained("almaghrabima/ner_column_bert-base-NER")
  • Notebooks
  • Google Colab
  • Kaggle
ner_column_bert-base-NER
442 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 47 commits
almaghrabima's picture
almaghrabima
Update README.md
48c6b4e almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • README.md
    3.65 kB
    Update README.md almost 3 years ago
  • added_tokens.json
    23 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • config.json
    1.03 kB
    Training in progress, epoch 1 almost 3 years ago
  • pytorch_model.bin
    431 MB
    xet
    Model save almost 3 years ago
  • special_tokens_map.json
    173 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • spm.model
    2.46 MB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer.json
    8.65 MB
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer_config.json
    520 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • training_args.bin
    3.96 kB
    xet
    Training in progress, epoch 1 almost 3 years ago