Hugging Face's logo Hugging Face
    • Models
    • Datasets
    • Pricing
      • Website
        • Metrics
        • Languages
        • Organizations
      • Community
        • Forum
        • Blog
        • GitHub
      • Documentation
        • Model Hub doc
        • Inference API doc
        • Transformers doc
        • Tokenizers doc
        • Datasets doc

    • Log In
    • Sign Up
    • Account
      • Log In
      • Sign Up
    • Website
      • Models
      • Datasets
      • Metrics
      • Languages
      • Organizations
      • Pricing
    • Community
      • Forum
      • Blog
    • Documentation
      • Model Hub doc
      • Inference API doc
      • Transformers doc
      • Tokenizers doc
      • Datasets doc

    's picture ceshine
    /
    t5-paraphrase-paws-msrp-opinosis

    Text2Text Generation
    PyTorch en apache-2.0 t5 seq2seq paraphrasing paraphrase
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
        
        tokenizer = AutoTokenizer.from_pretrained("ceshine/t5-paraphrase-paws-msrp-opinosis")
        
        model = AutoModelForSeq2SeqLM.from_pretrained("ceshine/t5-paraphrase-paws-msrp-opinosis")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/ceshine/t5-paraphrase-paws-msrp-opinosis
        
      # if you want to clone without large files – just their pointers # prepend your git clone with the following env var:
      GIT_LFS_SKIP_SMUDGE=1
      • main
    ceshine/t5-paraphrase-paws-msrp-opinosis /
    History: 11 commits
    ceshine's picture
    ceshine
    Update config.json cc22d6b 9 days ago
    • .gitattributes 345.0B initial commit 5 months ago
    • README.md 271.0B Update README.md 10 days ago
    • config.json 636.0B Update config.json 9 days ago
    • pytorch_model.bin 850.4MB Update pytorch_model.bin 5 months ago
    • special_tokens_map.json 1.7KB Update special_tokens_map.json 5 months ago
    • spiece.model 773.1KB Update spiece.model 5 months ago
    • tokenizer_config.json 25.0B Update tokenizer_config.json 5 months ago