tgdatasets commited on
Commit
fbef4ea
·
verified ·
1 Parent(s): 3ff9525

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -66,7 +66,6 @@ The `CHOICES` column contains the options available to a reader at the end of a
66
  1. **Deduplication First**: Filter the dataset by `STORY_ID-CHAPTER_ID` (the first two parts of the MAP_ID) and keep only the entry with the largest timestamp.
67
  2. **Global Metadata**: Link story-level information (`SYNOPSIS`, `COVER_IMAGE`) from the `-Intro` chapter to all other chapters belonging to that same `STORY_ID`.
68
  3. **JSON Handling**: Be prepared to parse JSON in the `CONTENT` column to extract the underlying HTML/text.
69
- 4.
70
 
71
  ---
72
 
 
66
  1. **Deduplication First**: Filter the dataset by `STORY_ID-CHAPTER_ID` (the first two parts of the MAP_ID) and keep only the entry with the largest timestamp.
67
  2. **Global Metadata**: Link story-level information (`SYNOPSIS`, `COVER_IMAGE`) from the `-Intro` chapter to all other chapters belonging to that same `STORY_ID`.
68
  3. **JSON Handling**: Be prepared to parse JSON in the `CONTENT` column to extract the underlying HTML/text.
 
69
 
70
  ---
71