Xenova HF Staff commited on
Commit
bf4ca02
·
verified ·
1 Parent(s): 77a96b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ import { pipeline, TextStreamer } from "@huggingface/transformers";
22
  // Create a text generation pipeline
23
  const generator = await pipeline(
24
  "text-generation",
25
- "onnx-community/ettin-decoder-150m-ONNX",
26
  { dtype: "fp32" },
27
  );
28
 
 
22
  // Create a text generation pipeline
23
  const generator = await pipeline(
24
  "text-generation",
25
+ "onnx-community/ettin-decoder-17m-ONNX",
26
  { dtype: "fp32" },
27
  );
28