-
Cannot load the model.
code
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("../../models/consbert/unsup-consert-base-atec_ccks") # the model path
Error messag…
-
Step 6/22 : RUN cd /tmp && curl -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py 'pip
-
We really need a tiny checkpoint for tests. We currently include the smallest one we can (bert_base_uncased) via git-lfs, but I'd definitely like that to be smaller. Including it allows tests to run w…
-
## ❓ Questions and Help
When I finetune model visual-bert on GPU A10(only one gpu), the gpu utility is very low, and i use pytorch profiler founding that 60% of training time is consumed by DataLoade…
-
We are optimizing the bert performance now and one important aspect is the contiguous op.
Our current implementation for the transpose input shape in contiguous uses a straightforward approach, but …
-
I write a model for a single class and labels is 2 label neg and pos, but get y_pred like this [0.4,0.5]
then i can't get F1 because fbeta is error!
and in your code:
```
def fbeta(
y_pred…
wac81 updated
4 years ago
-
### Feature request
Could we get a documentation on how to run infinity on AMD GPU? I could only find benchmark and description that infinity could be run with ROCm backend.
### Motivation
Easier s…
-
Hello,
I am quite new on the topic, sorry if it's a false issue.
When loading with **BertDataBunch**, I got this warning:
```
lib/python3.9/site-packages/fast_bert/data_cls.py:231: DtypeWarning:…
-
TypeError Traceback (most recent call last)
in ()
10 multi_gpu=False,
11 multi_label=True,
---> 12 …
-
(yw_fast_bert_test)$ python Fast_Bert_model_fitting.py
09/13/2019 18:42:45 - INFO - pytorch_transformers.tokenization_utils - loading file https://s3.amazonaws.com/models.huggingface.co/bert/bert-b…