Details coming soon. In the meantime, see trouver for uses of this model
- Downloads last month
- 15
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Details coming soon. In the meantime, see trouver for uses of this model
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("hyunjongkimmath/notation_summarizations_model") model = AutoModelForSeq2SeqLM.from_pretrained("hyunjongkimmath/notation_summarizations_model")