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

  • Log In
  • Sign Up

Mirjam
/
test-finetuned

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 Mirjam/test-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Mirjam/test-finetuned with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Mirjam/test-finetuned")
    model = AutoModelForSeq2SeqLM.from_pretrained("Mirjam/test-finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
test-finetuned
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
3d98060 verified about 1 year ago
  • runs
    End of training over 4 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model about 1 year ago
  • .gitignore
    13 Bytes
    End of training over 4 years ago
  • README.md
    1.4 kB
    update model card README.md over 4 years ago
  • config.json
    797 Bytes
    End of training over 4 years ago
  • model.safetensors
    990 MB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    990 MB
    xet
    End of training over 4 years ago
  • special_tokens_map.json
    1.79 kB
    End of training over 4 years ago
  • tokenizer.json
    1.06 MB
    End of training over 4 years ago
  • tokenizer_config.json
    1.93 kB
    End of training over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

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

    How to fix it?

    3.06 kB
    xet
    End of training over 4 years ago