-
Thank you very much for sharing the code from your study!
I have a question regarding the standardization of continuous variables: if I understand correctly, it seems that you performed standardiza…
-
Hi,
I recently downloaded liveothello (11k games) and wthor (132k games) and noticed that all wthor transcripts start with the move f5. Once taking symmetries into account (there are 4 symmetries …
-
Hi again @hanoonaR! (cc: @mmaaz60)
I am going through the code base and I noticed that the caption for GCG gets added to the prompt (on this [line](https://github.com/mbzuai-oryx/groundingLMM/blob/…
-
### System Info
**OS version**: MacOS Sequoia 15.0
My *pyproject.toml*
```
[project]
name = "pandasai-benchmark"
version = "0.1.0"
description = "Add your description here"
readme = "READM…
-
Thank you for your interesting work. I believe the idea of aligning LLM and RecSys knowledge via textual IDs is very promising and innovative.
While examining your code, I noticed a data leakage is…
-
Hi 🐍 Matt Harrison,
I'm thoroughly enjoying your book on XGBoost, but I noticed what might be data leakage during hyperparameter tuning. Specifically, on page 46, 47, 48 and 49, it seems both train…
-
The use of `tf.keras.utils.normalize` will provide invalid test result by normalising the whole dataset.
An evaluation script is required to verify the accuracy of the model
-
Dear Author: Hello!
I recently read the paper and found a very serious problem: there is a very serious data leakage in the paper. In the testing phase, due to the augmentation of the data, one o…
-
!pip install lightning
!pip install pytorch-forecasting
!pip install torch
!pip install optuna==3.4
!pip install torch==2.0.1
```
max_prediction_length = 6
max_encoder_length = 12
training_c…
-
alphas=nn.Softmax(dim=1)(att_w)
should be masked