-
## Environment info
- `transformers` version: 4.13.0.dev0
- Platform: Linux-5.4.104+-x86_64-with-Ubuntu-18.04-bionic
- Python version: 3.7.12
- PyTorch version (GPU?): 1.10.0+cu111 (True)
- T…
-
When I run this code: finbert.prepare_model(label_list=['positive','negative','neutral']) in notebook,
![error_screenshot](https://user-images.githubusercontent.com/49507205/141740693-2fa2c785-1630-…
-
Hi everyone, I am just a beginner of using Jina. Today, I was trying to use the TransformerTorchEncoder from JinaHub and running its example. The code is attached below:
![截屏2021-11-22 下午6 28 22](ht…
-
I have label of dimension `240`, it is `multi label ` classification problem.
I downloaded the Finbert model:
```
from transformers import AutoModelForSequenceClassification, TrainingArgume…
-
Thank you for providing us with your trained model! I finally have the fine-tuned model working on my machine. But after struggling for a long time, here are some notes that may help future users who …
-
Hello! When I upgraded Transformers, I got a massive slowdown. Might be related to the new DataLoader used in Pipeline.
Happy to help!
Cheers,
## Environment info
Environment
- `trans…
-
I have created my own sentence "there is a abundance of capital because of good profits" to test the sentiment prediction for the fine-tuned model using the notebook given: "FinBert Model Example.ipyn…
-
when running `model.load_state_dict(torch.load(fine_tuned_weight_path, map_location=device))` from `FinBert Model Example.ipynb` from my local machine, I ran into this error:
```
RuntimeError: Err…
-
Hello, there!
Trying to download the Fat Jars but getting Permission Denied.
Can you help?
### Discussed in https://github.com/JohnSnowLabs/spark-nlp/discussions/6383
Originally posted by …
-
I'm trying to run FinBERT for stock market prediction based on SEC filings. I am using the finbert_training notebook as a reference.
When running:
`trained_model = finbert.train(train_examples …