maximedb commited on
Commit
dae03a8
1 Parent(s): 4e8b396

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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,