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

nikotang
/
span-nli-bert-base

Text Classification
Transformers
PyTorch
TensorBoard
English
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use nikotang/span-nli-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nikotang/span-nli-bert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="nikotang/span-nli-bert-base")
    # Load model directly
    from transformers import AutoTokenizer, BertForIdentificationClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nikotang/span-nli-bert-base")
    model = BertForIdentificationClassification.from_pretrained("nikotang/span-nli-bert-base")
  • Notebooks
  • Google Colab
  • Kaggle
span-nli-bert-base / tensorboard
8.65 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
nikotang's picture
nikotang
Initial upload
a4fb3d5 about 3 years ago
  • events.out.tfevents.1676955697.s199.uppmax.uu.se.54741.0
    8.65 MB
    xet
    Initial upload about 3 years ago