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

tner
/
bertweet-base-tweetner7-2021

Token Classification
Transformers
PyTorch
roberta
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

Instructions to use tner/bertweet-base-tweetner7-2021 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tner/bertweet-base-tweetner7-2021 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="tner/bertweet-base-tweetner7-2021")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tner/bertweet-base-tweetner7-2021")
    model = AutoModelForTokenClassification.from_pretrained("tner/bertweet-base-tweetner7-2021")
  • Notebooks
  • Google Colab
  • Kaggle
bertweet-base-tweetner7-2021
539 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
asahi417's picture
asahi417
model update
d60f1db over 3 years ago
  • eval
    model update over 3 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    8.08 kB
    model update over 3 years ago
  • added_tokens.json
    17 Bytes
    add tokenizer almost 4 years ago
  • bpe.codes
    1.08 MB
    add tokenizer almost 4 years ago
  • config.json
    1.46 kB
    model update almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    537 MB
    xet
    model update almost 4 years ago
  • special_tokens_map.json
    150 Bytes
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    278 Bytes
    model update almost 4 years ago
  • trainer_config.json
    341 Bytes
    model update over 3 years ago
  • vocab.txt
    843 kB
    add tokenizer almost 4 years ago