Nan-Do commited on
Commit
8c2e84f
1 Parent(s): 1717065

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -10,4 +10,15 @@ tags:
10
  pretty_name: OpenSubtitles dataset in Japanese
11
  size_categories:
12
  - 100M<n<1B
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
10
  pretty_name: OpenSubtitles dataset in Japanese
11
  size_categories:
12
  - 100M<n<1B
13
+ ---
14
+
15
+ The dataset contains (almost) the entire OpenSubtittles database for Japanese:
16
+ - Over 7000 tv shows and/or movies.
17
+ - The subtittles are human generated.
18
+ - The dataset has been parsed and cleaned.
19
+
20
+ File contents:
21
+ - OpenSubtitles-2023-04-18.parquet: The text and the time data.
22
+ - OpenSubtitles_meta-2023-04-18.parquet: The existing metadata for each title.
23
+
24
+ Both tables can be joined by the ID column. (The value can be NULL in the meta table).