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

grammarly
/
coedit-xxl

Transformers
PyTorch
Safetensors
English
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
5

Instructions to use grammarly/coedit-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use grammarly/coedit-xxl with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("grammarly/coedit-xxl")
    model = AutoModelForSeq2SeqLM.from_pretrained("grammarly/coedit-xxl")
  • Notebooks
  • Google Colab
  • Kaggle
coedit-xxl
3.43 kB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 6 commits
mrm8488's picture
mrm8488
Fix example script
251d0ff about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.95 kB
    Fix example script about 3 years ago