FinBERT is a pre-trained NLP model to analyze sentiment of financial text. It is built by further training the BERT language model in the finance domain, using a large financial corpus and thereby fine-tuning it for financial sentiment classification. Financial PhraseBank by Malo et al. (2014) is used for fine-tuning. For more details, please see the paper FinBERT: Financial Sentiment Analysis with Pre-trained Language Models and our related blog post on Medium. The model will give softmax outputs for three labels: positive, negative or neutral. About Prosus Prosus is a global consumer internet group and one of the largest technology investors in the world. Operating and investing globally…
GlotLID is a Fasttext language identification (LID) model that supports more than 2000 labels. Latest: GlotLID is now updated to V3. V3 supports 2102 labels (three-letter ISO codes with script).
Model Card
GlotLID is a Fasttext language identification (LID) model that supports more than 2000 labels. Latest: GlotLID is now updated to V3. V3 supports 2102 labels (three-letter ISO codes with script). For more details on the supported languages and performance, as well as significant changes from previous versions, please refer to https://github.com/cisnlp/GlotLID/blob/main/languages-v3.md. Here is how to use this model to detect the language of a given text: If you are not a fan of huggingfacehub, then download the model directyly: The model is distributed under the Apache License, Version 2.0 plus notices (see LICENSE file for full terms). We always maintain the previous version of GlotLID in…
Excerpt from the card by CIS, LMU Munich, licensed other.
Identity and Version
- Repository
- cis-lmu/glotlid
- Publisher
- CIS, LMU Munich
- Task
- Text classification
- Modality
- Text
- Library
- fasttext
- Parameters
- Not stated by the source
- Languages
- aah, aai, aak, aau, aaz, ab, aba, abi
- Revision
- 85cd6716494360367b75f642b5bc78667605d0b4
- First published
- 2023-10-19
- Last updated
- 2024-04-18
Files and Weights
7 files, 6.5 GB in total. The weights are 4 files totalling 6.5 GB in bin.
Every file
| File | Type | Size | SHA-256 |
|---|---|---|---|
| model.bin | Weights | 1.7 GB | a818b6bd42a6 |
| model_v1.bin | Weights | 1.4 GB | 8624f1d95916 |
| model_v2.bin | Weights | 1.7 GB | 7b186ecd9c78 |
| model_v3.bin | Weights | 1.7 GB | a818b6bd42a6 |
| LICENSE | Documentation | 13.1 KB | — |
| README.md | Documentation | 15.9 KB | — |
| .gitattributes | Repository | 1.5 KB | — |
License and Download
- License
- other
- Access
- Open weights, no gate
- Download size
- 6.5 GB
Released by CIS, LMU Munich through its official repository on Hugging Face.
Built From
- Described by arXiv:2310.16248
- Trained on (disclosed) cis-lmu/GlotSparse
- Trained on (disclosed) cis-lmu/GlotStoryBook
- Trained on (disclosed) cis-lmu/glotlid-corpus
Memory Requirements
| Precision | Weights in memory |
|---|---|
| As published | 6.5 GB |
Weights only, from the published parameter count; the key-value cache and runtime add to this.
Questions About glotlid
What license is glotlid released under?
other, as its publisher declares it. Read the license text before commercial use.
Similar Models
This is a RoBERTa-base model trained on ~124M tweets from January 2018 to December 2021, and finetuned for sentiment analysis with the TweetEval benchmark. The original Twitter-based RoBERTa model can be found here and the original reference paper is TweetEval. This model is suitable for English. 0 -> Negative; 1 -> Neutral; 2 -> Positive This sentiment analysis model has been integrated into TweetNLP. You can access the demo here.
https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-6-v2 with ONNX weights to be compatible with Transformers.js. If you haven't already, you can install the Transformers.js JavaScript library from NPM using: Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using Optimum and structuring your repo like this one (with ONNX weights located in a subfolder named onnx).
This is a multilingual XLM-roBERTa-base model trained on ~198M tweets and finetuned for sentiment analysis. The sentiment fine-tuning was done on 8 languages (Ar, En, Fr, De, Hi, It, Sp, Pt) but it can be used for more languages (see paper for details). This model has been integrated into the TweetNLP library.
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. 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.…
With this model, you can classify emotions in English text data. The model was trained on 6 diverse datasets (see Appendix below) and predicts Ekman's 6 basic emotions, plus a neutral class: 1) anger 2) disgust 3) fear 4) joy 5) neutral 6) sadness 7) surprise The model is a fine-tuned checkpoint of DistilRoBERTa-base. For a 'non-distilled' emotion model, please refer to the model card of the RoBERTa-large version. a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command on Google Colab: b) Run emotion model on multiple examples and full datasets (e.g.,.csv files) on Google Colab: Please reach out to [email protected] if you have any…
