gagan3012 commited on
Commit
a5c504d
1 Parent(s): 181a458

Update blog.md

Browse files
Files changed (1) hide show
  1. blog/blog.md +3 -3
blog/blog.md CHANGED
@@ -2,12 +2,12 @@
2
  ## TL;DR
3
  We built a machine learning model that summarizes text. It only makes sense that we’ll let it summarize what this article is about.
4
  ## Model generated summary of the Article:
 
5
  Deep Learning technology can be used for learning tasks related to language, such as translation, classification, entity recognition or in this case, summarization . We wanted to build a project that could be easily reproduced and customized, to make it usable for the community . The package for text summarization is available to be downloaded as a package . Using DAGHub allows us to track and manage metrics for all the different runs..In a sense, this is a template for more summarization projects. The code for training the model has been written in pytorch lightning. The script allows us to train T5, mT5 and byT5 models as well.
6
- ---
7
 
8
  To add to this auto-summary – Two additional interesting aspects of the project are:
9
- It is easily customizable – changing datasets and model architectures is made to be easy, which means that you can easily adapt it to your needs.
10
- It integrates many of the best open source tools all in one – DVC, MLflow, HuggingFace, and Streamlit. This is an example of an end to end open source stack and workflow, which means it can be applicable to many other ML projects.
11
  # Task Introduction – Machine Summarization
12
  Natural Language Processing is one of the key areas where Machine Learning has been very effective. In fact, whereas NLP traditionally required a lot of human intervention, today, this is no longer true. Specifically, Deep Learning technology can be used for learning tasks related to language, such as translation, classification, entity recognition or in this case, summarization.
13
 
2
  ## TL;DR
3
  We built a machine learning model that summarizes text. It only makes sense that we’ll let it summarize what this article is about.
4
  ## Model generated summary of the Article:
5
+
6
  Deep Learning technology can be used for learning tasks related to language, such as translation, classification, entity recognition or in this case, summarization . We wanted to build a project that could be easily reproduced and customized, to make it usable for the community . The package for text summarization is available to be downloaded as a package . Using DAGHub allows us to track and manage metrics for all the different runs..In a sense, this is a template for more summarization projects. The code for training the model has been written in pytorch lightning. The script allows us to train T5, mT5 and byT5 models as well.
 
7
 
8
  To add to this auto-summary – Two additional interesting aspects of the project are:
9
+ - It is easily customizable – changing datasets and model architectures is made to be easy, which means that you can easily adapt it to your needs.
10
+ - It integrates many of the best open source tools all in one – DVC, MLflow, HuggingFace, and Streamlit. This is an example of an end to end open source stack and workflow, which means it can be applicable to many other ML projects.
11
  # Task Introduction – Machine Summarization
12
  Natural Language Processing is one of the key areas where Machine Learning has been very effective. In fact, whereas NLP traditionally required a lot of human intervention, today, this is no longer true. Specifically, Deep Learning technology can be used for learning tasks related to language, such as translation, classification, entity recognition or in this case, summarization.
13