Feature Extraction
Transformers
Safetensors
ModularStarEncoder
custom_code
andreagurioli1995 commited on
Commit
6a6d4c8
·
verified ·
1 Parent(s): 7a5190b

Update README.md

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