Feature Extraction
Transformers
Safetensors
ModularStarEncoder
custom_code
andreagurioli1995 commited on
Commit
a63a9cf
·
verified ·
1 Parent(s): 1e39cf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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