Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,64 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- table-question-answering
|
5 |
+
- question-answering
|
6 |
+
- translation
|
7 |
+
- text2text-generation
|
8 |
+
language:
|
9 |
+
- es
|
10 |
+
tags:
|
11 |
+
- CelebA
|
12 |
+
- Spanish
|
13 |
+
- celebFaces attributes
|
14 |
+
- face detection
|
15 |
+
- face recognition
|
16 |
+
pretty_name: Sent2vec+CelebA training corpus in Spanish
|
17 |
+
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,
|
34 |
+
title = {A novel deep learning approach using blurring image techniques for Bluetooth-based indoor localisation},
|
35 |
+
journal = {Information Fusion},
|
36 |
+
author = {Reewos Talla-Chumpitaz and Manuel Castillo-Cara and Luis Orozco-Barbosa and Raúl García-Castro},
|
37 |
+
volume = {91},
|
38 |
+
pages = {173-186},
|
39 |
+
year = {2023},
|
40 |
+
issn = {1566-2535},
|
41 |
+
doi = {https://doi.org/10.1016/j.inffus.2022.10.011}
|
42 |
+
}
|
43 |
+
```
|
44 |
+
|
45 |
+
## License
|
46 |
+
|
47 |
+
This dataset is available under the **[Apache License 2.0](https://github.com/manwestc/TINTO/blob/main/LICENSE)**.
|
48 |
+
|
49 |
+
## Authors
|
50 |
+
|
51 |
+
- **[Eduardo Yauri Lozano](https://github.com/eduar03yauri)**
|
52 |
+
- **[Manuel Castillo-Cara](https://github.com/manwestc)**
|
53 |
+
- **[Raúl García-Castro](https://github.com/rgcmme)**
|
54 |
+
|
55 |
+
*[Ontology Engineering Group](https://oeg.fi.upm.es)*, *[Universidad Politécnica de Madrid](https://www.upm.es/internacional)*.
|
56 |
+
|
57 |
+
## Contributors
|
58 |
+
|
59 |
+
See the full list of contributors **[here](https://github.com/eduar03yauri/DCGAN-text2face-forSpanishs)**.
|
60 |
+
|
61 |
+
<kbd><img src="https://raw.githubusercontent.com/oeg-upm/TINTO/main/assets/logo-oeg.png" alt="Ontology Engineering Group" width="200"></kbd>
|
62 |
+
<kbd><img src="https://raw.githubusercontent.com/oeg-upm/TINTO/main/assets/logo-upm.png" alt="Universidad Politécnica de Madrid" width="200"></kbd>
|
63 |
+
|
64 |
+
|