Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

shuaifan
/
SentiWSP

Text Classification
Transformers
PyTorch
electra
Model card Files Files and versions
xet
Community
1

Instructions to use shuaifan/SentiWSP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use shuaifan/SentiWSP with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="shuaifan/SentiWSP")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("shuaifan/SentiWSP")
    model = AutoModelForSequenceClassification.from_pretrained("shuaifan/SentiWSP")
  • Notebooks
  • Google Colab
  • Kaggle
SentiWSP
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
shuaifan's picture
shuaifan
Update README.md
c680273 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    1.05 kB
    Update README.md over 3 years ago
  • config.json
    784 Bytes
    Update config.json over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.34 GB
    xet
    update over 3 years ago
  • special_tokens_map.json
    112 Bytes
    update by shuai over 3 years ago
  • tokenizer_config.json
    587 Bytes
    update by shuai over 3 years ago
  • vocab.txt
    232 kB
    update over 3 years ago