How to use Xenova/codegen-350M-mono with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'Xenova/codegen-350M-mono');
Hi Xenova,
I really appreciate your great work β thank you for sharing all these onnx models!
Would it be possible to add a license file, so that we can use this model without any uncertainty?
Many thanks in advance :-)
Β· Sign up or log in to comment