Instructions to use kingsman34/FinTwitBERT-sentiment-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use kingsman34/FinTwitBERT-sentiment-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-classification', 'kingsman34/FinTwitBERT-sentiment-ONNX');
FinTwitBERT-sentiment โ ONNX (fp32 + int8)
ONNX export of StephanAkkerman/FinTwitBERT-sentiment for use with
Transformers.js / onnxruntime.
Contains onnx/model.onnx (fp32) and onnx/model_quantized.onnx (dynamic int8, for
memory-constrained CPU inference). Labels: BULLISH / BEARISH / NEUTRAL.
Original model and its MIT license by StephanAkkerman; this repo only adds ONNX weights.
- Downloads last month
- 41
Model tree for kingsman34/FinTwitBERT-sentiment-ONNX
Base model
yiyanghkust/finbert-pretrain Finetuned
StephanAkkerman/FinTwitBERT Finetuned
StephanAkkerman/FinTwitBERT-sentiment