AI SeedbankHelp preserve open and free AI for humanity's future

← All models

yiyanghkust_finbert-tone

yiyanghkust · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


language: "en" tags:

  • financial-sentiment-analysis
  • sentiment-analysis widget:
  • text: "growth is strong and we have plenty of liquidity"

FinBERT is a BERT model pre-trained on financial communication text. The purpose is to enhance financial NLP research and practice. It is trained on the following three financial communication corpus. The total corpora size is 4.9B tokens.

  • Corporate Reports 10-K & 10-Q: 2.5B tokens
  • Earnings Call Transcripts: 1.3B tokens
  • Analyst Reports: 1.1B tokens

More technical details on FinBERT: Click Link

This released finbert-tone model is the FinBERT model fine-tuned on 10,000 manually annotated (positive, negative, neutral) sentences from analyst reports. This model achieves superior performance on financial tone analysis task. If you are simply interested in using FinBERT for financial tone analysis, give it a try.

If you use the model in your academic work, please cite the following paper:

Huang, Allen H., Hui Wang, and Yi Yang. "FinBERT: A Large Language Model for Extracting Information from Financial Text." Contemporary Accounting Research (2022).

How to use

You can use this model with Transformers pipeline for sentiment analysis.

from transformers import BertTokenizer, BertForSequenceClassification
from transformers import pipeline

finbert = BertForSequenceClassification.from_pretrained('yiyanghkust/finbert-tone',num_labels=3)
tokenizer = BertTokenizer.from_pretrained('yiyanghkust/finbert-tone')

nlp = pipeline("sentiment-analysis", model=finbert, tokenizer=tokenizer)

sentences = ["there is a shortage of capital, and we need extra financing",  
             "growth is strong and we have plenty of liquidity", 
             "there are doubts about our finances", 
             "profits are flat"]
results = nlp(sentences)
print(results)  #LABEL_0: neutral; LABEL_1: positive; LABEL_2: negative

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:bad714936c4fed4f99b300f5cf391d6ef6da5ade&dn=yiyanghkust_finbert-tone

Open magnet in torrent client · infohash bad714936c4fed4f99b300f5cf391d6ef6da5ade

Files & hashes

PathSizesha1sha256
README.md1.9 KB (1,943 B)8457b6dc3fc4158c24b07e8d42b88dc6569eca6108ba7a2622be2e9ce23a1ea796cc9d9d9541ceafde35674d35721a595eaa9e25
config.json533 B (533 B)af5129ba8475764999f4d8275d9c448e58504730d52a95795ddc4409275c570cfef8fd81770b54d9aaa40c8750a32af1680962f6
pytorch_model.bin418.8 MB (439,101,405 B)a6e20dbabfee865e6258f6a626bde8cbda69d65df31c2036e91c9854bcc35141d16669dd07b9726adfe391d1011bff1de7ea4b32
vocab.txt220.8 KB (226,122 B)e08303965a6ffda91300d5e52f22bebd5187412e85f2481b4e3c25a7ece5e0e4930631a75c1a5fe2d31b0ecd9b5d51136ab98de8

Cite this release

Canonical URL
https://aiseedbank.org/models/yiyanghkust_finbert-tone/
Slug
yiyanghkust_finbert-tone
Infohash
bad714936c4fed4f99b300f5cf391d6ef6da5ade
License
no license recorded
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: yiyanghkust_finbert-tone.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryyiyanghkust/finbert-tone
Revision (pinned)4921590d3c0c3832c0efea24c8381ce0bda7844b
Fetched at2026-09-04T06:38:52Z
License at fetchno license recorded
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T06:39:01Z

no license recorded419.0 MB (439,330,003 bytes)transformerspytorchtext-classificationfinancial-sentiment-analysissentiment-analysisendpoints_compatible2 languages (tf, en)