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

  • Log In
  • Sign Up

arjuntheprogrammer
/
flan-t5-base-imdb-text-classification

Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use arjuntheprogrammer/flan-t5-base-imdb-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arjuntheprogrammer/flan-t5-base-imdb-text-classification with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("arjuntheprogrammer/flan-t5-base-imdb-text-classification")
    model = AutoModelForSeq2SeqLM.from_pretrained("arjuntheprogrammer/flan-t5-base-imdb-text-classification")
  • Notebooks
  • Google Colab
  • Kaggle
flan-t5-base-imdb-text-classification
993 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
arjuntheprogrammer's picture
arjuntheprogrammer
End of training
4f01dbe almost 2 years ago
  • logs
    End of training almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • README.md
    1.19 kB
    End of training almost 2 years ago
  • config.json
    1.53 kB
    Training in progress, epoch 1 almost 2 years ago
  • generation_config.json
    112 Bytes
    End of training almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    990 MB
    xet
    Training in progress, epoch 2 almost 2 years ago
  • special_tokens_map.json
    2.2 kB
    End of training almost 2 years ago
  • tokenizer.json
    2.42 MB
    End of training almost 2 years ago
  • tokenizer_config.json
    2.35 kB
    End of training almost 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "torch.device"

    How to fix it?

    4.22 kB
    xet
    Training in progress, epoch 1 almost 2 years ago