Hacker News new | ask | show | jobs
by taf2 2040 days ago
It seems to work really well are you sharing the model and code?
1 comments

Thanks, I definitely might once I tidy things up... though, there isn't much to share. The model is pre-trained on the CNN/Dailymail dataset and hosted on AWS SageMaker (I used the BART tutorial as a reference). Fine-tuned on my own article summaries using the transformers library. The backend is Django/Bootstrap. Really, nothing special except for the fine-tune dataset which took ages to clean.
It works well which is special. Open sourcing it good whether it’s clean or not