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

nlpHakdang
/
roberta-large-NER

Token Classification
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use nlpHakdang/roberta-large-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nlpHakdang/roberta-large-NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="nlpHakdang/roberta-large-NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nlpHakdang/roberta-large-NER")
    model = AutoModelForTokenClassification.from_pretrained("nlpHakdang/roberta-large-NER")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-NER
2.69 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
f1773cc verified over 1 year ago
  • .gitattributes
    1.28 kB
    Adding `safetensors` variant of this model over 1 year ago
  • config.json
    1.25 kB
    [MOD] remove file directory for model over 4 years ago
  • model.safetensors
    1.34 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.34 GB
    xet
    [MOD] remove file directory for model over 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "argparse.Namespace"

    How to fix it?

    1.14 kB
    xet
    [MOD] remove file directory for model over 4 years ago