kurianbenoy commited on
Commit
db7fc58
1 Parent(s): 3eab224

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: mit
 
 
 
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - fastai
5
+ - summarization
6
  ---
7
+
8
+ ## Fine-tuned Text Summarization Model - CNNMail (blurr model)
9
+
10
+ This model is trained as shown in [the link](https://github.com/kurianbenoy/chaloRR/blob/master/TextSummarisation_Seq2Seq.ipynb).
11
+
12
+ Most of the code is developed based on [blurr tutorial on modelling with mid-level APIs](https://ohmeow.github.io/blurr/text-modeling-seq2seq-summarization.html#Mid-level-API)
13
+