eduar03yauri commited on
Commit
1d5700a
1 Parent(s): 9eb5100

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -18,16 +18,21 @@ size_categories:
18
  - 100M<n<1B
19
  ---
20
 
21
- ## Main Features
22
 
23
- The preprocessing of the corpus for the encoders Sent2vec+CelebA has been to translate into Spanish the captions of the CelebA dataset with the algorithm used in Text2FaceGAN.
 
 
 
 
24
 
25
- Subsequently, a new corpus was created with the translated information having the same structure as the original English version.
26
 
27
- Finally, a training corpus has been generated for Sent2vec+CelebA by performing an information cleaning process on the dataset generated in the previous step.
28
- In particular, all sentences are combined to generate a larger corpus.
 
29
 
30
- **Citing**: If you used Sent2vec+CelebA in your work, please cite the **[????](???)**:
31
 
32
  <!--```bib
33
  @article{inffus_TINTO,
 
18
  - 100M<n<1B
19
  ---
20
 
21
+ ## Corpus Summary
22
 
23
+ This corpus has 192050 entries made up of descriptive sentences of the faces of the CelebA dataset.
24
+ The preprocessing of the corpus has been to translate into Spanish the captions of the CelebA dataset with the algorithm used in [Text2FaceGAN](https://arxiv.org/pdf/1911.11378.pdf).
25
+ In particular, all sentences are combined to generate a larger corpus. Additionally, a data preprocessing was applied that consists of eliminating stopwords, separation symbols and complementary elements that are not useful for training.
26
+ Finally, using the Sent2vec library and the corpus, training was done to obtain an encoder model for sentences in the Spanish language. Specifically for captions from the CelebA
27
+ dataset
28
 
29
+ The training of Sent2vec + CelebA, using the present corpus was developed, resulting in the new model [Sent2vec-CelebA-Sp](https://huggingface.co/oeg/Sent2vec_CelebA_Sp).
30
 
31
+ ## Corpus Fields
32
+ Each corpus entry is composed of:
33
+ - Descriptive sentence of a face from the CelebA dataset applied the corresponding preprocessing.
34
 
35
+ **Citing**: If you used CelebA_Sent2vec_Sp corpus in your work, please cite the **[????](???)**:
36
 
37
  <!--```bib
38
  @article{inffus_TINTO,