-
Hi guys,
Thanks for continuous support, i have saved my model in zip at s3 and want to extract and load at the runtime.
How can I extract and load it at runtime without writing it into the hard memo…
-
I've been using sentence-transformers for a little while and I love it - thanks for your great work! Out of the box I've been getting the best results for sentence similarity tasks with the pre-traine…
-
Thank you for your excellent work!
Where is the specific code implementation of knowledge-related files?I hope to innovate in CoT, which may be difficult to achieve without relevant code.
Lookin…
-
Hi there!
I was playing around with your google colab and wanted to few-nerd on `encoder_id = "microsoft/deberta-v3-large"`
but when I reach the train part if fails with `RuntimeError: The size …
-
> 因为我们目前发现在之前的工作其实是繁简混合的“古文”,存在不严谨之处,所以正在训练纯粹的繁体古文模型,工作正在进行中,如果有进展再行告知。
不知進展如何? 能否協助提供 “古文” 的 checkpoint 供測試? 謝謝。
-
I tried to switch from the `tf_text.SentencepieceTokenizer` to `tf_text.FastSentencepieceTokenizer` but encountered the issue below.
```
ValueError Traceback (most rec…
-
I still get 0.49 in metaQA full KG-hop3. can you provided the whole project (KG embedding, command), or other advice? 0.49 is too low, I do not know what's wrong with it? I used your command, your dat…
-
A visualização de imagem dentro de `` está diferente entre Homolog.XML e Homolog.BR/Site final. Aconteceu em 3 artigos da revista GAL n34, estou usando como exemplo um deles abaixo.
**Parte do có…
-
```
import torch
from transformers import AutoModelForSequenceClassification, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained('BAAI/bge-reranker-large')
model = AutoModelForSequenceClass…
-
我们有一个bert模型,但是是基于标准bert模型,做了一些网络结构上的修改,可以支持吗?
我现在运行模型,好像报错:
AttributeError: 'RecursiveScriptModule' object has no attribute 'embeddings'