Transformers
TensorBoard
Safetensors
English
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use jbochi/coedit-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jbochi/coedit-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("jbochi/coedit-base") model = AutoModelForSeq2SeqLM.from_pretrained("jbochi/coedit-base") - Notebooks
- Google Colab
- Kaggle
cc-by-nc vs dataset license
#1
by pszemraj - opened
hey great work! Quick question, I see you're using cc-by-nc-4.0 likely following grammarly's lead with their models. However, if you trained starting from FLAN-t5 using the coedit dataset itself, that dataset is apache-2.0.
Or is it cc-by-nc for other reasons? Interested in using the model so curious about the licensing etc
Hi! I changed the license to Apache 2.0 to match the dataset license. Thanks for noticing this.
jbochi changed discussion status to closed
Awesome thanks!