Update README.md
Browse files
README.md
CHANGED
@@ -97,6 +97,9 @@ with torch.no_grad():
|
|
97 |
sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask'])
|
98 |
```
|
99 |
|
|
|
|
|
|
|
100 |
## Citation information
|
101 |
```
|
102 |
@InProceedings{mfaq_a_multilingual_dataset,
|
|
|
97 |
sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask'])
|
98 |
```
|
99 |
|
100 |
+
## Training
|
101 |
+
You can find the training script for the model [here](https://github.com/clips/mfaq).
|
102 |
+
|
103 |
## Citation information
|
104 |
```
|
105 |
@InProceedings{mfaq_a_multilingual_dataset,
|