Xenova HF staff commited on
Commit
c0c4ecc
·
verified ·
1 Parent(s): e517975

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ import { pipeline, cos_sim } from '@xenova/transformers';
29
 
30
  // Create a feature extraction pipeline
31
  const extractor = await pipeline('feature-extraction', 'jinaai/jina-embeddings-v2-base-de', {
32
- quantized: false, // Comment out this line to use the unquantized version
33
  });
34
 
35
  // Compute sentence embeddings
 
29
 
30
  // Create a feature extraction pipeline
31
  const extractor = await pipeline('feature-extraction', 'jinaai/jina-embeddings-v2-base-de', {
32
+ quantized: false, // Comment out this line to use the quantized version
33
  });
34
 
35
  // Compute sentence embeddings