-
### What happened?
For the give IR ( IREE compiler version 20241024.1057 @ 9c5b57a8b9e6981e300df02c41a296bd49e07c99 )
```mlir
module {
func.func @main_graph(%arg0: !torch.vtensor, %arg1: !torch.v…
-
## Description
gluonnlp failed to install on win10 because setup.py was not exited. I already have wheels installed both for pip and pip3.
### Error Message
(venv) PS C:\Users\HarshadPrakashBhand…
-
I get the above error when performing fine-tuning using fast-bert. I'm environment is Win10 (2 gpu), Python 3.7, Fast-Bert 1.6.5, cuda 10.1. The code I'm using is as below:
`# set parameters
logge…
-
I have been trying to get this to work for several days now and keep on getting errors every time. I tried building the container image on my mac and on an AWS p3.8xlarge instance, but failed each tim…
-
Dear author:
I have encountered this promblem. My os is ubuntu 20.04. How to solve it? Thank you!
```
(atm) khl@khl:~/khl/ATM/ATM$ python -m scripts.preprocess_libero --suite libero_spatial
Trac…
-
I am using CrossEncoder initialized with 'bert-base-uncased' and then trained on an IR reranking task. During inference, the predictions are taking very long time. I actually have only ~350 documents.…
-
Hello there! and thanks for this package. It is really super fast and efficient.
I just have a conceptual question about the models that are available in `sentence-transformers`. Are they trained f…
-
When I'm trying to execute the BertDataBunch class, with the following parameters:
```
BertDataBunch('./', './',
tokenizer='bert-base-uncased',
…
-
I couldn't get installation with the pinned versions of tokenizers and transformers in place, using the latest nightly rustc.
Will my fast-bert installation be incorrect without those version pins?…
-
由于连接不到huggingface所以我将bert模型下载到了本地,我将代码修改如下:
try:
self.tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
except:
self.tokenizer = BertTok…