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

ramybaly
/
ner_conll2003

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

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

  • Libraries
  • Transformers

    How to use ramybaly/ner_conll2003 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ramybaly/ner_conll2003")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ramybaly/ner_conll2003")
    model = AutoModelForTokenClassification.from_pretrained("ramybaly/ner_conll2003")
  • Notebooks
  • Google Colab
  • Kaggle
ner_conll2003
872 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
615b97d verified about 1 year ago
  • runs
    add model over 4 years ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model about 1 year ago
  • .gitignore
    13 Bytes
    add model almost 5 years ago
  • README.md
    2.33 kB
    add model over 4 years ago
  • config.json
    986 Bytes
    add model almost 5 years ago
  • model.safetensors
    436 MB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    436 MB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    112 Bytes
    add model almost 5 years ago
  • tokenizer.json
    466 kB
    add model almost 5 years ago
  • tokenizer_config.json
    321 Bytes
    add model almost 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    2.67 kB
    xet
    add model over 4 years ago
  • vocab.txt
    232 kB
    add model almost 5 years ago