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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ You can then use the model to compute embeddings, as follows:
28
  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 quantized version
33
  });
34
 
 
28
  import { pipeline, cos_sim } from '@xenova/transformers';
29
 
30
  // Create a feature extraction pipeline
31
+ const extractor = await pipeline('feature-extraction', 'Xenova/jina-embeddings-v2-base-de', {
32
  quantized: false, // Comment out this line to use the quantized version
33
  });
34