-
Research and find a suitable base language model.
_Examples:_
- FinBert
- Roberta
- Llama 3.1
- Phi
**Resources to check:**
https://ollama.com/blog
-
- current model: https://huggingface.co/mrm8488/distilroberta-finetuned-financial-news-sentiment-analysis
-
These models are available in live, backtesting & research in the cloud environment.
Access installed models and their revisions
```python
from huggingface_hub import scan_cache_dir
…
-
Hi, thanks for releasing FinBERT, we are using FinBERT (case) for NER on some unstructured Finnish medical records and have noticed some poor (F1 < 0.50) results on negative sentiment label entity, fo…
-
I am getting the Following error when i try to test finbert
ERROR: Could not find a version that satisfies the requirement torch==1.1.0 (from finbert-embedding==0.1.4) (from versions: 0.1.2, 0.…
-
Hi,
great project. I just read your paper and found it interesting to compare your results to the paper of https://arxiv.org/pdf/1908.10063.pdf
Do you plan on releasing the pre-trained models fo…
-
model = BertForSequenceClassification.from_pretrained('/content/sample_data/FinBERT_pytorch/bert_config.json',from_tf = True)
以下是报错:
-----------------------------------------------------------------…
-
下面三个用FinBERT模型进行的实验任务的模型能够分享一下吗,想体验一下!
-
I am getting the following error when I try to install
```
ERROR: Could not find a version that satisfies the requirement torch==1.1.0 (from finbert-embedding==0.1.4) (from versions: 0.1.2, 0.1.2.…
-
代码:
`model = BertForSequenceClassification.from_pretrained(model_name+"/bert_config.json")
model.to(device)`
报错:
OSError: Unable to load weights from pytorch checkpoint file. If you tried to load …