Update README.md
Browse files
README.md
CHANGED
@@ -95,4 +95,13 @@ with torch.no_grad():
|
|
95 |
|
96 |
# Perform pooling. In this case, max pooling.
|
97 |
sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask'])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
```
|
|
|
95 |
|
96 |
# Perform pooling. In this case, max pooling.
|
97 |
sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask'])
|
98 |
+
```
|
99 |
+
|
100 |
+
## Citation information
|
101 |
+
```
|
102 |
+
@InProceedings{mfaq_a_multilingual_dataset,
|
103 |
+
title={MFAQ: a Multilingual FAQ Dataset},
|
104 |
+
author={Maxime {De Bruyn} and Ehsan Lotfi and Jeska Buhmann and Walter Daelemans},
|
105 |
+
year={2021}
|
106 |
+
}
|
107 |
```
|