Instructions to use Xenova/tiny-random-ErnieMForSequenceClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/tiny-random-ErnieMForSequenceClassification with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-classification', 'Xenova/tiny-random-ErnieMForSequenceClassification');
File size: 125 Bytes
2b71e45 | 1 2 3 4 5 6 7 8 | {
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}
|