yiyanghkust_finbert-tone
yiyanghkust · View on Hugging Face ↗
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-toneOpen magnet in torrent client · infohash bad714936c4fed4f99b300f5cf391d6ef6da5ade
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| README.md | 1.9 KB (1,943 B) | 8457b6dc3fc4158c24b07e8d42b88dc6569eca61 | 08ba7a2622be2e9ce23a1ea796cc9d9d9541ceafde35674d35721a595eaa9e25 |
| config.json | 533 B (533 B) | af5129ba8475764999f4d8275d9c448e58504730 | d52a95795ddc4409275c570cfef8fd81770b54d9aaa40c8750a32af1680962f6 |
| pytorch_model.bin | 418.8 MB (439,101,405 B) | a6e20dbabfee865e6258f6a626bde8cbda69d65d | f31c2036e91c9854bcc35141d16669dd07b9726adfe391d1011bff1de7ea4b32 |
| vocab.txt | 220.8 KB (226,122 B) | e08303965a6ffda91300d5e52f22bebd5187412e | 85f2481b4e3c25a7ece5e0e4930631a75c1a5fe2d31b0ecd9b5d51136ab98de8 |
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 repository | yiyanghkust/finbert-tone |
|---|---|
| Revision (pinned) | 4921590d3c0c3832c0efea24c8381ce0bda7844b |
| Fetched at | 2026-09-04T06:38:52Z |
| License at fetch | no license recorded |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ 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)