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
      • Hardware
      • 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-large

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-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="nikotang/span-nli-bert-large")
    # Load model directly
    from transformers import AutoTokenizer, BertForIdentificationClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nikotang/span-nli-bert-large")
    model = BertForIdentificationClassification.from_pretrained("nikotang/span-nli-bert-large", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
span-nli-bert-large / tensorboard
7.87 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
nikotang's picture
nikotang
Add model weights and configuration
24c6972 over 3 years ago
  • events.out.tfevents.1678368633.s176.uppmax.uu.se.41762.0
    40 Bytes
    xet
    Add model weights and configuration over 3 years ago
  • events.out.tfevents.1678412827.s192.uppmax.uu.se.14240.0
    7.87 MB
    xet
    Add model weights and configuration over 3 years ago