tweet-topic-21-multi (ONNX)
This is an ONNX version of cardiffnlp/tweet-topic-21-multi. It was automatically converted and uploaded using this space.
Usage (Transformers.js)
If you haven't already, you can install the Transformers.js JavaScript library from NPM using:
npm i @huggingface/transformers
Example: Text Classification with Tweet Topic Model.
import { pipeline } from '@huggingface/transformers';
const classifier = await pipeline('text-classification', 'onnx-community/tweet-topic-21-multi-ONNX');
const output = await classifier('I love transformers!');
- Downloads last month
- 15
Model tree for onnx-community/tweet-topic-21-multi-ONNX
Base model
cardiffnlp/tweet-topic-21-multi