milz commited on
Commit
4ee04ed
·
verified ·
1 Parent(s): cd6960c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: mit
4
+ base_model: google/long-t5-tglobal-base
5
+ tags:
6
+ - podcast
7
+ - chapterization
8
+ - long-t5
9
+ ---
10
+
11
+ # Long-T5 Chapterization
12
+
13
+ An attempted implementation of the method used in podtail based on prechaptered youtube episodes. This model is fine-tuned from google/long-t5-tglobal-base on JRE transcript + YouTube chapter annotation pairs.
14
+
15
+ ## Usage
16
+
17
+ This model is designed to segment long-form audio transcripts into semantically coherent chapters.
18
+
19
+ ## Methodology
20
+
21
+ Based on the approach discussed in the 'Towards Chapterisation of Podcasts' paper and the PodTile framework.