starrlee356
starrlee356
thanks for your code! I have a question about the document `word2box-dev-shib/lib/pytorch-utils`, which seems not accessible now. In `word2box-dev-shib/src/language_modeling_with_boxes/datasets/word2vecgpu.py`, there is `from pytorch_utils import TensorDataLoader`, I wonder if this refers...
Hi, thanks for sharing the codes! There is a problem I couldn't solve in `word2box-dev-shib/src/language_modeling_with_boxes/datasets/word2vecgpu.py`. In method ` __getitem__(self, idx)`, `idx = idx.unsqueeze(1) + window_range.unsqueeze(0)` raised `AttributeError: 'int' object has...
Million thanks to your great work! Could you help me with my problem? After I finetune my llama model, when I prompt it with text like "Below is an instruction...