Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ embedded_sentence = model(**tokenized_sentence)
|
|
| 57 |
|
| 58 |
You will get as an output three elements:
|
| 59 |
|
| 60 |
-
- projected_pooled_normalized: a list of the projected, pooled, and normalized embeddings from the five exit points;
|
| 61 |
- raw_hidden_states: raw representation from all the hidden states of the model, without pooling, normalization, and projection
|
| 62 |
- attentions: attention scores from the encoder
|
| 63 |
|
|
|
|
| 57 |
|
| 58 |
You will get as an output three elements:
|
| 59 |
|
| 60 |
+
- projected_pooled_normalized: a list of the projected, pooled, and normalized embeddings from the five exit points (respectively from layers [4,9,18,27,36], the last element of the list corresponds to the final layer projected representation);
|
| 61 |
- raw_hidden_states: raw representation from all the hidden states of the model, without pooling, normalization, and projection
|
| 62 |
- attentions: attention scores from the encoder
|
| 63 |
|