PhilipMay commited on
Commit
c9e9e7f
1 Parent(s): 22a868d

remove todo

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -22,11 +22,6 @@ To do this, for example, [SentenceTransformers](https://www.sbert.net/)
22
  and the [MultipleNegativesRankingLoss](https://www.sbert.net/docs/package_reference/losses.html#multiplenegativesrankingloss)
23
  can be used.
24
 
25
- ## To-do
26
- - upload dataset
27
- - suggest further postprocessing
28
- - explain dirty "texts" in OpenSubtitles
29
-
30
  ## Our pre-processing
31
  Apart from the back translation, we have added more columns (for details see below). We have carried out the following pre-processing and filtering:
32
  - We dropped text pairs where one text was longer than 499 characters.
 
22
  and the [MultipleNegativesRankingLoss](https://www.sbert.net/docs/package_reference/losses.html#multiplenegativesrankingloss)
23
  can be used.
24
 
 
 
 
 
 
25
  ## Our pre-processing
26
  Apart from the back translation, we have added more columns (for details see below). We have carried out the following pre-processing and filtering:
27
  - We dropped text pairs where one text was longer than 499 characters.