Views
No views yet
npm i @xenova/transformersXenova/stablelm-2-1_6b.1import { pipeline } from '@xenova/transformers';
2
3// Create text generation pipeline
4const generator = await pipeline('text-generation', 'Xenova/stablelm-2-1_6b');
5
6// Generate text
7const output = await generator('The weather is always wonderful', { max_new_tokens: 20 });
8console.log(output[0].generated_text);
9// The weather is always wonderful when you are in the country. The sun is always shining, and you can always see the mountainsonnx).