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