Datasets:
Tasks:
Sentence Similarity
Formats:
csv
Languages:
German
Size:
10M - 100M
ArXiv:
Tags:
sentence-transformers
License:
pandas load
Browse files
README.md
CHANGED
@@ -17,6 +17,15 @@ This is a record of German language paraphrases. These are text pairs that have
|
|
17 |
The source of the paraphrases are different parallel German / English text corpora.
|
18 |
The English texts were machine translated back into German. This is how the paraphrases were obtained.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Parallel text corpora used
|
21 |
| Corpus name & link | Number of paraphrases |
|
22 |
|-----------------------------------------------------------------------|----------------------:|
|
|
|
17 |
The source of the paraphrases are different parallel German / English text corpora.
|
18 |
The English texts were machine translated back into German. This is how the paraphrases were obtained.
|
19 |
|
20 |
+
## Columns description
|
21 |
+
xxx
|
22 |
+
|
23 |
+
## Load this dataset with Pandas
|
24 |
+
If you want to download the csv file and then load it with Pandas you can do it like this:
|
25 |
+
```python
|
26 |
+
df = pd.read_csv("train.csv")
|
27 |
+
```
|
28 |
+
|
29 |
## Parallel text corpora used
|
30 |
| Corpus name & link | Number of paraphrases |
|
31 |
|-----------------------------------------------------------------------|----------------------:|
|