Xenova HF staff commited on
Commit
cf3558d
·
verified ·
1 Parent(s): a0141a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,8 +32,8 @@ console.log(embeddings);
32
 
33
  console.log(embeddings.tolist()); // Convert embeddings to a JavaScript list
34
  // [
35
- // [ 0.019079938530921936, 0.041718777269124985, 0.037672195583581924, ... ],
36
- // [ 0.020936904475092888, 0.020080938935279846, -0.00787576474249363, ... ]
37
  // ]
38
  ```
39
 
 
32
 
33
  console.log(embeddings.tolist()); // Convert embeddings to a JavaScript list
34
  // [
35
+ // [ -0.04247443005442619, 0.00007914059096947312, -0.007467088755220175, ... ],
36
+ // [ -0.05675575137138367, 0.0288529209792614, -0.02864679880440235, ... ]
37
  // ]
38
  ```
39