-
Hello BLINK team,
I have tested the code and it works wonderfully. However, I am noticing that the tutorial only shows a large model and with massive entities.
config = {
"test_entities":…
-
I tried to run the code in huggingface (https://huggingface.co/Salesforce/blip2-opt-2.7b )
```python
import requests
from PIL import Image
from transformers import BlipProcessor, Blip2ForCondition…
-
The following code triggered pyo3_runtime.PanicException: AddedVocabulary bad split
```
from transformers import pipeline
classifier = pipeline("token-classification", model="ckiplab/bert-base-ha…
-
When training at scale using preemptible TPUs, it's convenient to restart training from a checkpoint.
However, [`file_based_convert_examples_to_features`](https://github.com/google-research/bert/se…
-
I am doing multi-label classification. Getting this error !
-
Hi Guys,
Is there any way to interpret BERT using shap?
-
**Describe the bug**
I encountered an `AttributeError` when trying to import `se_extractor` from the `openvoice` package in Google Colab. The error message indicates that the `huggingface_hub.constan…
-
### 🐛 Describe the bug
```CH_KEY_ID=abc CH_KEY_SECRET=def python benchmarks/dynamo/ci_expected_accuracy/update_expected.py b43688515a50aba071aef22329de565566d91e19```
(removed the secret keys for …
-
It ranks at the top in the hugging-face leaderboard:
https://huggingface.co/spaces/mteb/leaderboard
Here is more info:
https://huggingface.co/hkunlp/instructor-xl
It is a little different.…
-
Hi all from Ollama!
First off: Great work with Ollama, keep up the good work!
What i am missing though is models in different languages (dutch for me personally). Is it possible to add multiling…