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

rahmanansari
/
Adam-NER-Model

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

Instructions to use rahmanansari/Adam-NER-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rahmanansari/Adam-NER-Model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="rahmanansari/Adam-NER-Model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rahmanansari/Adam-NER-Model")
    model = AutoModelForTokenClassification.from_pretrained("rahmanansari/Adam-NER-Model")
  • Notebooks
  • Google Colab
  • Kaggle
Adam-NER-Model / runs
28.4 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Hyper Hustle
Training in progress, epoch 3
3e620d0 verified about 2 years ago
  • Mar07_15-18-46_f619101c0032
    Training in progress, epoch 3 about 2 years ago
  • Mar08_05-43-47_38cbf2b1c333
    Training in progress, epoch 1 about 2 years ago
  • Mar08_06-55-56_2afe5375faff
    Training in progress, epoch 3 about 2 years ago