PhilipMay commited on
Commit
61b6b8f
1 Parent(s): 05829a4

improve description of preprocessing

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -15,9 +15,8 @@ size_categories:
15
 
16
  ## Processing Steps
17
  - drop `NaN` values
18
- - drop duplicates in `answer_de`
19
- - add `char_count` column
20
- - delete all rows with `char_count` > 70
21
  - add column `label`: `df["label"] = df["scenario"] + "_" + df["intent"]`
22
  - remove classes (`label`) with less than 25 samples:
23
  - `audio_volume_other`
 
15
 
16
  ## Processing Steps
17
  - drop `NaN` values
18
+ - drop duplicates in `answer_de` and `answer`
19
+ - delete all rows where `answer_de` has more than 70 characters
 
20
  - add column `label`: `df["label"] = df["scenario"] + "_" + df["intent"]`
21
  - remove classes (`label`) with less than 25 samples:
22
  - `audio_volume_other`