PhilipMay commited on
Commit
89e5502
1 Parent(s): 6c3d2ca

add column names

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -18,7 +18,15 @@ The source of the paraphrases are different parallel German / English text corpo
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:
 
18
  The English texts were machine translated back into German. This is how the paraphrases were obtained.
19
 
20
  ## Columns description
21
+ - `uuid`: xxx
22
+ - `de`: xxx
23
+ - `en_de`: xxx
24
+ - `corpus`: xxx
25
+ - `min_char_len`: xxx
26
+ - `jaccard_similarity`: xxx
27
+ - `de_token_count`: xxx
28
+ - `en_de_token_count`: xxx
29
+ - `cos_sim`: xxx
30
 
31
  ## Load this dataset with Pandas
32
  If you want to download the csv file and then load it with Pandas you can do it like this: