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

  • Log In
  • Sign Up

KaggleMasterX
/
FlanReadsModel

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

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

  • Libraries
  • Transformers

    How to use KaggleMasterX/FlanReadsModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KaggleMasterX/FlanReadsModel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KaggleMasterX/FlanReadsModel")
    model = AutoModelForSequenceClassification.from_pretrained("KaggleMasterX/FlanReadsModel")
  • Notebooks
  • Google Colab
  • Kaggle
FlanReadsModel
894 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
KaggleMasterX's picture
KaggleMasterX
Upload T5ForSequenceClassification
ae01c16 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.17 kB
    Upload T5ForSequenceClassification about 2 years ago
  • config.json
    1.61 kB
    Upload T5ForSequenceClassification about 2 years ago
  • model.safetensors
    894 MB
    xet
    Upload T5ForSequenceClassification about 2 years ago