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

  • Log In
  • Sign Up

AliArshad
/
SeverityPredictor

Text Classification
Transformers
xlnet
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use AliArshad/SeverityPredictor with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AliArshad/SeverityPredictor")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AliArshad/SeverityPredictor")
    model = AutoModelForSequenceClassification.from_pretrained("AliArshad/SeverityPredictor")
  • Notebooks
  • Google Colab
  • Kaggle
SeverityPredictor
470 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
AliArshad's picture
AliArshad
Rename Real_Data_DS.ipynb to loading_and_preprocessing_data.ipynb
d42bf5f verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • config.json
    821 Bytes
    Update config.json over 2 years ago
  • loading_and_preprocessing_data.ipynb
    513 kB
    Rename Real_Data_DS.ipynb to loading_and_preprocessing_data.ipynb over 1 year ago
  • pytorch_model.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    469 MB
    xet
    Rename pytorch_model.bin to pytorch_model.pt over 2 years ago