oeg
/

Spanish
CelebA
Spanish
celebFaces Attributes
eduar03yauri commited on
Commit
c7d4f38
·
1 Parent(s): 65541cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -44,10 +44,20 @@ caption = """El hombre luce una sombra a las 5 en punto. Su cabello es de color
44
  vector = s2vmodel.embed_sentence(caption)
45
  print(vector)
46
  ```
 
 
 
 
 
 
 
 
 
 
47
  To see detailed information on the use of the trained model, enter the [following link](https://github.com/eduar03yauri/DCGAN-text2face-forSpanish/blob/main/Data/encoder-models/Sent2vec_model_trained.md)
48
 
49
  ## Licensing information
50
- This model is available under the [Apache License 2.0.](https://www.apache.org/licenses/LICENSE-2.0)
51
 
52
  ## Citation information
53
 
 
44
  vector = s2vmodel.embed_sentence(caption)
45
  print(vector)
46
  ```
47
+ ## Results
48
+ As a result, the encoder will generate a numeric vector whose dimension is 4800.
49
+
50
+ ```python
51
+ >>$ print(vector)
52
+ >>$ [[0.1,0.87,0.51,........0.7]]
53
+ >>$ len(vector[0])
54
+ >>$ 4800
55
+ ```
56
+
57
  To see detailed information on the use of the trained model, enter the [following link](https://github.com/eduar03yauri/DCGAN-text2face-forSpanish/blob/main/Data/encoder-models/Sent2vec_model_trained.md)
58
 
59
  ## Licensing information
60
+ This model is available under the [CC BY-NC 4.0.](https://creativecommons.org/licenses/by-nc/4.0/deed.es)
61
 
62
  ## Citation information
63