Lautaro commited on
Commit
45800e0
1 Parent(s): 7f3c68d

Adding doc

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Parallel Sentences for Spanish language
2
+ 2
3
+ 3 This repository contains parallel sentences (English + same sentences in Spanish language) in a simple tsv.gz format:
4
+ 4 ```
5
+ 5 english_sentences\tsentence_in_spanish_language
6
+ 6 ```
7
+
8
+ ## Usage
9
+ These sentences can be used to train multi-lingual sentence embedding models. For more details, you could check out [SBERT.net - Multilingual-Model](https://www.sbert.net/examples/training/multilingual/README.html)