Nan-Do commited on
Commit
1717065
1 Parent(s): 5bd84ef

Create README.md

Browse files

This dataset contains (almost) the entire Open Subtitles database for Japanese subtitles in pandas format.
- Over 7000 tv shows and movies
- The subtitles are human generated
- The data has been cleaned and parsed

Files:
- OpenSubtitles-2023-04-18.parquet - Contains the text, the time data.
- OpenSubtitles_meta-2023-04-18.parquet - Contains the metadata (if it exists) for each tv show/movie.

Both files can be joined by ID (ID in the meta table can be NULL).

Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ language:
5
+ - ja
6
+ tags:
7
+ - text
8
+ - tv
9
+ - movies
10
+ pretty_name: OpenSubtitles dataset in Japanese
11
+ size_categories:
12
+ - 100M<n<1B
13
+ ---