Feature Extraction
Transformers
Safetensors
ModularStarEncoder
custom_code
andreagurioli1995 commited on
Commit
635a0cb
·
verified ·
1 Parent(s): 910c93f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: a list of the projected, pooled, and normalized embeddings from the five exit points;
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