bilal521 commited on
Commit
10ae240
·
verified ·
1 Parent(s): ec115ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 📺 T5 YouTube Summarizer
2
 
3
  This is a fine-tuned [`t5-base`](https://huggingface.co/t5-base) model for abstractive summarization of YouTube video transcripts. The model is trained on a custom dataset of video transcriptions and their manually written summaries.
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - summarization
5
+ - transformers
6
+ - t5
7
+ - youtube
8
+ license: apache-2.0
9
+ datasets:
10
+ - custom
11
+ model-index:
12
+ - name: T5 YouTube Summarizer
13
+ results: []
14
+ ---
15
+
16
+
17
+
18
+
19
  # 📺 T5 YouTube Summarizer
20
 
21
  This is a fine-tuned [`t5-base`](https://huggingface.co/t5-base) model for abstractive summarization of YouTube video transcripts. The model is trained on a custom dataset of video transcriptions and their manually written summaries.