Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

nlp04
/
t5_8_3e-5_datav2_min30_lp2_sample

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 nlp04/t5_8_3e-5_datav2_min30_lp2_sample with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nlp04/t5_8_3e-5_datav2_min30_lp2_sample with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("nlp04/t5_8_3e-5_datav2_min30_lp2_sample")
    model = AutoModelForSeq2SeqLM.from_pretrained("nlp04/t5_8_3e-5_datav2_min30_lp2_sample", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
t5_8_3e-5_datav2_min30_lp2_sample
3.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
bongseok's picture
bongseok
End of training
b2acf54 over 3 years ago
  • runs
    Model save over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Model save over 3 years ago
  • README.md
    2.74 kB
    update model card README.md over 3 years ago
  • all_results.json
    197 Bytes
    End of training over 3 years ago
  • config.json
    1.01 kB
    Model save over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    3.13 GB
    xet
    Model save over 3 years ago
  • special_tokens_map.json
    2.2 kB
    Model save over 3 years ago
  • spiece.model
    1.47 MB
    xet
    Model save over 3 years ago
  • tokenizer.json
    4.61 MB
    Model save over 3 years ago
  • tokenizer_config.json
    2.41 kB
    Model save over 3 years ago
  • train_results.json
    197 Bytes
    End of training over 3 years ago
  • train_results.txt
    159 Bytes
    End of training over 3 years ago
  • trainer_state.json
    63.3 kB
    End of training over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.71 kB
    xet
    Model save over 3 years ago