Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ pipeline_tag: text-to-image
|
|
20 |
- **Architecture**: roberta-base
|
21 |
|
22 |
## Description
|
23 |
-
In order to improve the RoBERTa encoder performance, this model has been trained using the generated corpus ([in this respository](https://huggingface.co/oeg/RoBERTa-CelebA-Sp/)
|
24 |
and following the strategy of using a Siamese network together with the loss function of cosine similarity. The following steps were followed:
|
25 |
- Define sentence-transformer and torch libraries for the implementation of the encoder.
|
26 |
- Divide the training corpus into two parts, training with 249,999 sentences and validation with 10,000 sentences.
|
@@ -63,7 +63,6 @@ This model is available under the [Apache License 2.0.](https://www.apache.org/l
|
|
63 |
## Contributors
|
64 |
See the full list of contributors [here](https://github.com/eduar03yauri/DCGAN-text2face-forSpanishs).
|
65 |
|
66 |
-
|
67 |
-
<img src="https://raw.githubusercontent.com/oeg-upm/TINTO/main/assets/logo-oeg.png" alt="Ontology Engineering Group" width="100">
|
68 |
-
<img src="https://raw.githubusercontent.com/oeg-upm/TINTO/main/assets/logo-upm.png" alt="Universidad Politécnica de Madrid" width="100">
|
69 |
-
<kbd><img src="https://www.uni.edu.pe/images/logos/logo_uni_2016.png" alt="Universidad Politécnica de Madrid" width="100"></kbd>
|
|
|
20 |
- **Architecture**: roberta-base
|
21 |
|
22 |
## Description
|
23 |
+
In order to improve the RoBERTa encoder performance, this model has been trained using the generated corpus ([in this respository](https://huggingface.co/oeg/RoBERTa-CelebA-Sp/))
|
24 |
and following the strategy of using a Siamese network together with the loss function of cosine similarity. The following steps were followed:
|
25 |
- Define sentence-transformer and torch libraries for the implementation of the encoder.
|
26 |
- Divide the training corpus into two parts, training with 249,999 sentences and validation with 10,000 sentences.
|
|
|
63 |
## Contributors
|
64 |
See the full list of contributors [here](https://github.com/eduar03yauri/DCGAN-text2face-forSpanishs).
|
65 |
|
66 |
+
<kbd><img src="https://www.uni.edu.pe/images/logos/logo_uni_2016.png" alt="Universidad Politécnica de Madrid" width="100"></kbd>
|
67 |
+
<kbd><img src="https://raw.githubusercontent.com/oeg-upm/TINTO/main/assets/logo-oeg.png" alt="Ontology Engineering Group" width="100"></kbd>
|
68 |
+
<kbd><img src="https://raw.githubusercontent.com/oeg-upm/TINTO/main/assets/logo-upm.png" alt="Universidad Politécnica de Madrid" width="100"></kbd>
|
|