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

  • Log In
  • Sign Up

aieng-lab
/
t5-small_issue-type

Text Classification
Transformers
Safetensors
English
t5
Model card Files Files and versions
xet
Community

Instructions to use aieng-lab/t5-small_issue-type with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aieng-lab/t5-small_issue-type with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aieng-lab/t5-small_issue-type")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aieng-lab/t5-small_issue-type")
    model = AutoModelForSequenceClassification.from_pretrained("aieng-lab/t5-small_issue-type")
  • Notebooks
  • Google Colab
  • Kaggle
t5-small_issue-type
125 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
fabiancpl's picture
fabiancpl
Pushing model, tokenizer and model card
a525162 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    754 Bytes
    Pushing model, tokenizer and model card 11 months ago
  • config.json
    1.66 kB
    Pushing model, tokenizer and model card 11 months ago
  • model.safetensors
    122 MB
    xet
    Pushing model, tokenizer and model card 11 months ago
  • special_tokens_map.json
    2.54 kB
    Pushing model, tokenizer and model card 11 months ago
  • spiece.model
    792 kB
    xet
    Pushing model, tokenizer and model card 11 months ago
  • tokenizer.json
    2.42 MB
    Pushing model, tokenizer and model card 11 months ago
  • tokenizer_config.json
    20.8 kB
    Pushing model, tokenizer and model card 11 months ago