paperswithcode / galai

Model API for GALACTICA
Apache License 2.0
2.68k stars 276 forks source link

how to synthesize a basic paper from here? #69

Open AndreV84 opened 1 year ago

AndreV84 commented 1 year ago
>>> model.generate("Title: Self-Supervised Learning, A Survey\n\nAuthors: John Smith\n\n", new_doc=True)
'Title: Self-Supervised Learning, A Survey\n\nAuthors: John Smith\n\n# Abstract\n\nSelf-supervised learning is a class of unsupervised learning methods that use data augmentation to generate labels for the data. These labels are then used to train a model to predict the labels. This paper provides a survey of the current state of self-supervised learning. We discuss the different types'

it doesn't look like papers that were generated by web service until it got shutdown, right? how to get it to render a full multiple pages article or paper? is it possible?

kno10 commented 1 year ago

Would it be possible to also release the code of the web site, to see how it prompts the model?