HuggingFaceTB/cosmopedia
Viewer • Updated • 31.1M • 21k • 700
How to use AchilleDev/perceptron with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('text-classification', 'AchilleDev/perceptron');
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-classification', 'AchilleDev/perceptron');