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

  • Log In
  • Sign Up

Cynaptics
/
T_5_Finetuned

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

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

  • Libraries
  • Transformers

    How to use Cynaptics/T_5_Finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Cynaptics/T_5_Finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Cynaptics/T_5_Finetuned")
    model = AutoModelForSequenceClassification.from_pretrained("Cynaptics/T_5_Finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
T_5_Finetuned
244 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
HashvardhanCn1's picture
HashvardhanCn1
Upload tokenizer
d641fa7 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload T5ForSequenceClassification over 1 year ago
  • added_tokens.json
    2.59 kB
    Upload tokenizer over 1 year ago
  • config.json
    1.56 kB
    Upload T5ForSequenceClassification over 1 year ago
  • model.safetensors
    243 MB
    xet
    Upload T5ForSequenceClassification over 1 year ago
  • special_tokens_map.json
    2.54 kB
    Upload tokenizer over 1 year ago
  • spiece.model
    792 kB
    xet
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    20.8 kB
    Upload tokenizer over 1 year ago