manwestc commited on
Commit
86bd680
1 Parent(s): 5a10a55

Update README.md

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