Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ embedded_sentence = model(**tokenized_sentence)
|
|
60 |
|
61 |
You will get as an output three elements:
|
62 |
|
63 |
-
- projected_pooled_normalized: Projected, pooled, and normalized embeddings from
|
64 |
- raw_hidden_states: raw representation from all the hidden states of the model, without pooling, normalization, and projection
|
65 |
- attentions: attention scores from the encoder
|
66 |
|
|
|
60 |
|
61 |
You will get as an output three elements:
|
62 |
|
63 |
+
- projected_pooled_normalized: Projected, pooled, and normalized embeddings from layer 27;
|
64 |
- raw_hidden_states: raw representation from all the hidden states of the model, without pooling, normalization, and projection
|
65 |
- attentions: attention scores from the encoder
|
66 |
|