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

joelniklaus
/
bert-base-uncased-sem_eval_2010_task_8

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
bert
Model card Files Files and versions
xet
Community
1

Instructions to use joelniklaus/bert-base-uncased-sem_eval_2010_task_8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use joelniklaus/bert-base-uncased-sem_eval_2010_task_8 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="joelniklaus/bert-base-uncased-sem_eval_2010_task_8")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("joelniklaus/bert-base-uncased-sem_eval_2010_task_8")
    model = AutoModelForSequenceClassification.from_pretrained("joelniklaus/bert-base-uncased-sem_eval_2010_task_8")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-uncased-sem_eval_2010_task_8
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
1bc05a5 almost 5 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • README.md
    166 Bytes
    Update README.md over 5 years ago
  • config.json
    1.98 kB
    added model files over 5 years ago
  • flax_model.msgpack
    438 MB
    xet
    upload flax model almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    438 MB
    xet
    added model files over 5 years ago
  • special_tokens_map.json
    112 Bytes
    added model files over 5 years ago
  • tf_model.h5
    438 MB
    xet
    added model files over 5 years ago
  • tokenizer_config.json
    300 Bytes
    added model files over 5 years ago
  • vocab.txt
    232 kB
    added model files over 5 years ago