Update README.md
Browse files
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
|
| 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
|
|
|
|
| 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.
|