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

Satansdeer
/
timmy-t2

Translation
Transformers
ONNX
Safetensors
Transformers.js
t5
text2text-generation
seq2seq
browser-ml
timers
synthetic-data
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use Satansdeer/timmy-t2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Satansdeer/timmy-t2 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="Satansdeer/timmy-t2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Satansdeer/timmy-t2")
    model = AutoModelForSeq2SeqLM.from_pretrained("Satansdeer/timmy-t2")
  • Transformers.js

    How to use Satansdeer/timmy-t2 with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('translation', 'Satansdeer/timmy-t2');
  • Notebooks
  • Google Colab
  • Kaggle
timmy-t2
115 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Satansdeer's picture
Satansdeer
Update Timmy T2 source-only manifest
6e6c119 verified 10 days ago
  • browser
    Release Timmy T2 v0.1.0 10 days ago
  • eval
    Release Timmy T2 v0.1.0 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    3.18 kB
    Update Timmy T2 source-only provenance 10 days ago
  • config.json
    699 Bytes
    Release Timmy T2 v0.1.0 10 days ago
  • generation_config.json
    142 Bytes
    Release Timmy T2 v0.1.0 10 days ago
  • model.safetensors
    62.3 MB
    xet
    Release Timmy T2 v0.1.0 10 days ago
  • release_manifest.json
    7.66 kB
    Update Timmy T2 source-only manifest 10 days ago
  • special_tokens_map.json
    2.54 kB
    Release Timmy T2 v0.1.0 10 days ago
  • spiece.model
    792 kB
    xet
    Release Timmy T2 v0.1.0 10 days ago
  • tokenizer.json
    2.42 MB
    Release Timmy T2 v0.1.0 10 days ago
  • tokenizer_config.json
    21 kB
    Release Timmy T2 v0.1.0 10 days ago