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

krishnagarg09
/
stance-detection-semeval2016

Text Classification
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
2

Instructions to use krishnagarg09/stance-detection-semeval2016 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use krishnagarg09/stance-detection-semeval2016 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="krishnagarg09/stance-detection-semeval2016")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("krishnagarg09/stance-detection-semeval2016")
    model = AutoModelForSequenceClassification.from_pretrained("krishnagarg09/stance-detection-semeval2016")
  • Notebooks
  • Google Colab
  • Kaggle
stance-detection-semeval2016
542 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
krishnagarg09's picture
krishnagarg09
Change label tags
1b1a8a9 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    3 Bytes
    Add gitignore and model card over 3 years ago
  • README.md
    2.18 kB
    Edit README over 3 years ago
  • added_tokens.json
    22 Bytes
    Add model and tokenizer over 3 years ago
  • bpe.codes
    1.08 MB
    Update tokenizer to fast over 3 years ago
  • config.json
    967 Bytes
    Change label tags over 3 years ago
  • gitignore._
    3 Bytes
    Add model card and gitignore over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    540 MB
    xet
    Update tokenizer to fast over 3 years ago
  • special_tokens_map.json
    167 Bytes
    Add model and tokenizer over 3 years ago
  • tokenizer_config.json
    356 Bytes
    Update tokenizer to fast over 3 years ago
  • vocab.txt
    843 kB
    Add model and tokenizer over 3 years ago