Views
No views yet
1import { pipeline } from '@xenova/transformers'; 2 3const classifier = await pipeline('token-classification', 'aaronaco/piiranha-v1-onnx'); 4const result = await classifier('Contact John Smith at john@example.com');