Skip to main content
🤖AI & MLintermediate

Question 1 of 10

from sentence_transformers import SentenceTransformer
model = SentenceTransformer('all-MiniLM-L6-v2')
embed = model.encode('hello')
print(len(embed))

What's the output?

Tech School/Quiz/AI & ML (Intermediate)