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

unikei
/
t5-base-split-and-rephrase

Transformers
PyTorch
English
t5
text2text-generation
split and rephrase
text-generation-inference
Model card Files Files and versions
xet
Community
4

Instructions to use unikei/t5-base-split-and-rephrase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use unikei/t5-base-split-and-rephrase with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("unikei/t5-base-split-and-rephrase")
    model = AutoModelForSeq2SeqLM.from_pretrained("unikei/t5-base-split-and-rephrase", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
t5-base-split-and-rephrase
895 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
unikei's picture
unikei
nicksanders's picture
nicksanders
Upload tokenizer.json (#3)
bb244c3 verified over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    2.47 kB
    Update README.md almost 3 years ago
  • added_tokens.json
    21 Bytes
    Init commit about 3 years ago
  • config.json
    852 Bytes
    Init commit about 3 years ago
  • generation_config.json
    133 Bytes
    Init commit about 3 years ago
  • pytorch_model.bin
    892 MB
    xet
    Init commit about 3 years ago
  • special_tokens_map.json
    141 Bytes
    Init commit about 3 years ago
  • spiece.model
    792 kB
    xet
    Init commit about 3 years ago
  • tokenizer.json
    2.4 MB
    Upload tokenizer.json (#3) over 2 years ago
  • tokenizer_config.json
    286 Bytes
    Init commit about 3 years ago
  • training_args.bin
    3.64 kB
    xet
    Init commit about 3 years ago