-
https://github.com/tensorflow/recommenders/blob/main/docs/examples/basic_retrieval.ipynb
```
# Export the query model.
with tempfile.TemporaryDirectory() as tmp:
path = os.path.join(tmp, "model"…
-
Hello,
Thanks for the authors to have this repo, it's really helpful to me. Now I'm using this repo to training with my dataset and my customize database. I use 8 V-100 GPUs and the utilization rate…
-
This paper talks about long context length for a language model which is extended to be a vision-language model. I wonder why is it called World Model. It is not obvious in the paper. This paper seems…
-
Dear Author,
This project has provided the code of Cross-Modal Retrieval task on SoundingEarth .May I ask you how to use this self supervised model on ADVANCE? Thank you, very much.
-
### Description
Update Merling Models to remove update or deprecated blocks. The changes will cover updating:
- API
- Tests
- Examples
- Documentation
**Additional context**
Here are the b…
-
I'd like to ask about using the `'sample_weight'` argument for both the Retrieval and the Ranking Tasks' call methods.
[Retrieval docs](https://www.tensorflow.org/recommenders/api_docs/python/tfrs…
-
**Describe the bug**
E5-small/base/large v1/v2
Hi unilm team,
Thank you so much for the great project! We try to replace sentence-transformer with E5. When using the official example scripts wi…
-
Extend the library by adding fine-tuning capabilities.
Add `files` and `fine-tunes` API calls so the library supports model tuning and file retrieval.
Documentation
* [Files](https://platform.ope…
-
May I ask if anyone has tested the effect of mamba in LRA task? I tried to replace the network structure of s4 with the Mixermodel provided by this repository, but the effect was not good on some task…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Where…