Update README.md
Browse files
README.md
CHANGED
@@ -24,13 +24,12 @@ size_categories:
|
|
24 |
|
25 |
The training of RoBERTa+CelebA has been performed with a Siamese network that evaluates the similarity of the embeddings generated by the transformer network using the cosine similarity metric.
|
26 |
|
27 |
-
Therefore, each input of the training data consists of a pair of sentences
|
28 |
|
29 |
First, a translation of the original English text into Spanish was made .
|
30 |
-
Subsequently, the document structure defines in each line (input) a pair of Spanish sentences and their respective similarity value between 0 and 1 calculated by the
|
31 |
However, since Spacy library works only with English entries, the similarity between two Spanish sentences has been matched with their respective English pairs.
|
32 |
Finally, the final training corpus for RoBERTa is defined by the Spanish text and the similarity score.
|
33 |
-
To carry out this procedure, the Algorithm~\ref{alg:two} was generated.
|
34 |
|
35 |
**Citing**: If you used RoBERTa+CelebA in your work, please cite the **[????](???)**:
|
36 |
|
|
|
24 |
|
25 |
The training of RoBERTa+CelebA has been performed with a Siamese network that evaluates the similarity of the embeddings generated by the transformer network using the cosine similarity metric.
|
26 |
|
27 |
+
Therefore, each input of the training data consists of a pair of sentences A and B in English and their respective similarity in the range 0 to 1.
|
28 |
|
29 |
First, a translation of the original English text into Spanish was made .
|
30 |
+
Subsequently, the document structure defines in each line (input) a pair of Spanish sentences and their respective similarity value between 0 and 1 calculated by the Spacy library.
|
31 |
However, since Spacy library works only with English entries, the similarity between two Spanish sentences has been matched with their respective English pairs.
|
32 |
Finally, the final training corpus for RoBERTa is defined by the Spanish text and the similarity score.
|
|
|
33 |
|
34 |
**Citing**: If you used RoBERTa+CelebA in your work, please cite the **[????](???)**:
|
35 |
|