-
I converted the model
https://huggingface.co/sentence-transformers/msmarco-distilbert-cos-v5
with the current branch and the ./util/convert_model.py script
In the the example/sentence_embeddings_…
-
안녕하세요! 파이썬을 공부중인 학생입니다!
KoBert 모델을 사용하려던 도중 토크나이저를 불러오는데 에러가 발생하여 질문을 남깁니다!
tokenizer = KoBertTokenizer.from_pretrained('monologg/kobert')
코드 실행 시
The tokenizer class you load from this che…
-
Hey there,
My team and I have been really amazed at the latest results that are displayed by the `msmarco-distilbert-dot-v5` (HF card available [here](https://huggingface.co/sentence-transformers/m…
-
I get a gelu Value Error when trying to convert a distilbert-base-uncased-squad2' model. I also get the same error with the full Bert model bert-large-cased-whole-word-masking-finetuned-squad. It i…
-
Hi,
I trained a Multi-Label Text Classification Model with distilbert-base-uncased. The model works as intended when I use it through the SimpleTransfomers wrapper. However, when I upload the same m…
-
Hi dbmdz team,
it's me again^^
I just saw that there is a Pytorch model for distilbert-base-german-cased in huggingface's repo. After my last test with the bigger model, we, the IKON team at the …
-
I wrote this code and I am using a subclass of LLM and BASERAGASEMBEDDINGS. I already have the embeddings and I face the error to set the API key.to solve that since I have all the requirements I cre…
-
Hello, I've tried to test BERTscore, BLEURT and Prism embedding metrics from Colab, however got a stack or errors - the errors for BLEURT and Prism come from the same Docker source:
```DockerExceptio…
-
just like
from sentence_transformers import SentenceTransformer, util
model = SentenceTransformer('distilbert-base-nli-stsb-mean-tokens')
could you tell me if i download you pretrained model "di…
-
**Describe the solution you'd like**
Make it easy for people to play with BERT, DistilBERT through textual datasets they upload (eg: twitter tweets). BERT is a HUGE model, but DistilBERT is a "less h…