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

infominer
/
bertweet-ner

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

Instructions to use infominer/bertweet-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use infominer/bertweet-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="infominer/bertweet-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("infominer/bertweet-ner")
    model = AutoModelForTokenClassification.from_pretrained("infominer/bertweet-ner")
  • Notebooks
  • Google Colab
  • Kaggle
bertweet-ner
1.61 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tharindu
from Google Colab
70ac06b almost 5 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • added_tokens.json
    17 Bytes
    from Google Colab almost 5 years ago
  • bpe.codes
    1.08 MB
    from Google Colab almost 5 years ago
  • config.json
    1.25 kB
    from Google Colab almost 5 years ago
  • eval_results.txt
    122 Bytes
    from Google Colab almost 5 years ago
  • model_args.json
    2.53 kB
    from Google Colab almost 5 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.07 GB
    xet
    from Google Colab almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    537 MB
    xet
    from Google Colab almost 5 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    623 Bytes
    xet
    from Google Colab almost 5 years ago
  • special_tokens_map.json
    150 Bytes
    from Google Colab almost 5 years ago
  • tokenizer_config.json
    318 Bytes
    from Google Colab almost 5 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "algo.config.model_args.NERArgs"

    How to fix it?

    3.18 kB
    xet
    from Google Colab almost 5 years ago
  • vocab.txt
    843 kB
    from Google Colab almost 5 years ago