Views
No views yet
torch.onnx (scripts/model/export-bart-split.py in StealthHumanizer):
encoder_model.onnx + decoder_model_merged.onnx (incremental past-key-value
cache), the exact layout transformers.js expects for seq2seq models.cive202/humanize-ai-text-bart-large (MIT)facebook/bart-large (MIT)1import { pipeline } from '@huggingface/transformers';
2const humanize = await pipeline('text2text-generation', 'Lynote/cive202-humanize-ai-text-bart-large-browser');
3const out = await humanize('It is important to note that this robust solution is seamless.', { max_length: 150 });NEXT_PUBLIC_BROWSER_MODEL_BASE=https://huggingface.co/Lynote.