Nan-Do commited on
Commit
6d0bfcb
1 Parent(s): 64c1392

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,6 +20,6 @@ The dataset contains (almost) the entire OpenSubtittles database for Japanese:
20
  File contents:
21
  - OpenSubtitles.parquet: The text and the time data.
22
  - OpenSubtitles_meta.parquet: The existing metadata for each title.
23
- - OpenSubtitles-OA.parquet: The dataset coded with two columns SOURCE(the name of the movie/tv show), and TEXT (the subtittles).
24
 
25
  Both tables can be joined by the ID column. (The value can be NULL in the meta table).
 
20
  File contents:
21
  - OpenSubtitles.parquet: The text and the time data.
22
  - OpenSubtitles_meta.parquet: The existing metadata for each title.
23
+ - OpenSubtitles-OA.parquet: The dataset coded with two columns SOURCE(the name of the movie/tv show), and TEXT (the subtittles) following the Open Assistant rules.
24
 
25
  Both tables can be joined by the ID column. (The value can be NULL in the meta table).