-
### Title
Embedding based approach over Traditional LDA for AdHoc Retrieval
### Team Name
Retrieval Kings
### Email
202311021@daiict.ac.in
### Team Member 1 Name
Bhavan Bhatt
#…
-
I hope you can help me understand the code. Thank you very much.
I want to obtain the inference time of the model, which is the time it takes for the model to process one frame of image. What should …
-
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
How to…
-
embedding model前向推理时,不同batchsize,相同文本,输出embedding小数点后几位不同,请问这是什么原因导致的?理论上相同的输入应该会有完全相同的输出才对?
使用的是示例代码:
```
sentences_1 = ["样例数据"]
sentences_2 = ["样例数据", "样例数据", "样例数据", "样例数据"]
model_path='…
-
Hi! Thanks for your great work.
I tried to reproduce the baseline tasks, but the results were low compared to the paper. So I am not sure whether I used the correct script. Please help me.
For …
-
### Feature request
The paper "Differential Transformers" implements a differential attention mechanism which calculates the attention scores as the difference between two separate softmax attention …
-
Hello,
I was going through the retrieval example and torch.load() throws an error in [two_tower_retrieval.py](https://github.com/pytorch/torchrec/blob/main/examples/retrieval/two_tower_retrieval.py…
-
Hi,
Thanks for releasing the gold passages and the queries.
It seems that the prebuilt learned dense index for the wiki corpus for both English and French is not available on HuggingFace (for the …
-
# Gemini Pro Chat Interface with Gradio
Simple implementation of Gemini Pro with Gradio chat interface, including real-time search capability.
## Code
```python
import gradio as gr
import g…
-
Hello, it is surprising that the original llama retrieves almost unrelated caption, may I ask how you conduct the experiment? I failed to find more details.😂