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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
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
 
@@ -18,4 +18,4 @@ This model is designed to segment long-form audio transcripts into semantically
18
 
19
  ## Methodology
20
 
21
- Based on the approach discussed in the 'Towards Chapterisation of Podcasts' paper and the PodTile framework.
 
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 creator provided YouTube chapter annotation pairs.
14
 
15
  ## Usage
16
 
 
18
 
19
  ## Methodology
20
 
21
+ Based on the approach discussed the PodTile paper.