Update README.md
Browse files
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-
|
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 |
|