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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

altfreq
/
t5-small-temp

Translation
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Rust
ONNX
t5
text2text-generation
summarization
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use altfreq/t5-small-temp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use altfreq/t5-small-temp with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="altfreq/t5-small-temp")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("altfreq/t5-small-temp")
    model = AutoModelForSeq2SeqLM.from_pretrained("altfreq/t5-small-temp")
  • Notebooks
  • Google Colab
  • Kaggle
t5-small-temp
1.76 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits

This model has 1 file scanned as unsafe.

altfreq's picture
altfreq
Attempt malicious pickle
320e775 about 2 years ago
  • onnx
    init about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    8.47 kB
    init about 2 years ago
  • config.json
    1.23 kB
    remove model.safetensors about 2 years ago
  • flax_model.msgpack
    242 MB
    xet
    init about 2 years ago
  • generation_config.json
    147 Bytes
    init about 2 years ago
  • inject
    1.37 kB
    change injection about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    How to fix it?

    38.5 kB
    xet
    Attempt malicious pickle about 2 years ago
  • rust_model.ot
    242 MB
    xet
    init about 2 years ago
  • spiece.model
    792 kB
    xet
    init about 2 years ago
  • tf_model.h5
    242 MB
    xet
    init about 2 years ago
  • tokenizer.json
    1.39 MB
    init about 2 years ago
  • tokenizer_config.json
    2.32 kB
    init about 2 years ago