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

  • Log In
  • Sign Up

PeppoCola
/
IssueReportClassifier-NLBSE22

Text Classification
Transformers
PyTorch
Safetensors
English
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use PeppoCola/IssueReportClassifier-NLBSE22 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PeppoCola/IssueReportClassifier-NLBSE22 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="PeppoCola/IssueReportClassifier-NLBSE22")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("PeppoCola/IssueReportClassifier-NLBSE22")
    model = AutoModelForSequenceClassification.from_pretrained("PeppoCola/IssueReportClassifier-NLBSE22")
  • Notebooks
  • Google Colab
  • Kaggle
IssueReportClassifier-NLBSE22
1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
657aafe about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    2.12 kB
    Update model card about 3 years ago
  • config.json
    910 Bytes
    update model and tokenizer about 3 years ago
  • cr_report.csv
    241 Bytes
    correct report about 3 years ago
  • merges.txt
    456 kB
    Model Checkpoint about 3 years ago
  • model.safetensors
    499 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • output_test.csv
    633 kB
    Model Checkpoint about 3 years ago
  • pytorch_model.bin
    499 MB
    xet
    update model and tokenizer about 3 years ago
  • special_tokens_map.json
    280 Bytes
    update model and tokenizer about 3 years ago
  • tokenizer.json
    2.11 MB
    update model and tokenizer about 3 years ago
  • tokenizer_config.json
    346 Bytes
    update model and tokenizer about 3 years ago
  • training_args.bin
    3.57 kB
    xet
    update model and tokenizer about 3 years ago
  • vocab.json
    798 kB
    Model Checkpoint about 3 years ago