-
Hi,
I am getting
ValueError: Stop argument for islice() must be None or an integer: 0 209 clear_cache=clear_cache,
210 no_cache=no_cache,
211 )
/usr/…
-
I am using flask to call BERT model to extract features for my sentences and prediction on top of that embeddings for simple classification. I am using threaded-True in flask but still for multi-user-…
-
https://github.com/kaushaltrivedi/fast-bert/blob/0c8d102721f93c53af352086feeac507c7f95fcd/fast_bert/metrics.py#L15
A not sure, that this function works as expected. For example, this is predicted v…
-
How can I run Multi-Label text classification with albert using fast-bert?
-
## Describe the bug
After following the installation instructions (plus replacing phonemizer with https://github.com/justinjohn0306/phonemizer to make it work on Win 11), and using the same examples …
-
Step 6/22 : RUN cd /tmp && curl -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py 'pip
-
We ran one fast api on a machine on two different port. The API make socket connection to the bert.cpp socket server. In this only first app is connected and when second is started it just hangs after…
-
I am trying to use Turbo Transformer for inferencing on a trained BERT Transformers(Fastai with HuggingFace).
I followed the steps mentioned under the section : '**How to customised your post-proces…
-
How to use bert-squad model to predict fastly or how to load once and predict multiple inputs.(Since it takes 25-30 sec for one single input)
-
This is not a recent regression, and perhaps it won't be fixed for that reason, but I thought I'd file it anyway.
I maintain Go bindings for this library, and by sheer luck I had benchmarks when I …