Yujian Liu
Yujian Liu
In MELD/data_emotion.p, why is word_idx_map[','] = 6459, whereas W.shape = (6336, 300)? Is this a bug?
### System Info - `transformers` version: 4.28.0.dev0 - Platform: Linux-5.15.0-58-generic-x86_64-with-glibc2.17 - Python version: 3.8.15 - Huggingface_hub version: 0.11.0 - PyTorch version (GPU?): 1.13.0+cu117 (True) - Tensorflow version (GPU?): not installed...
When using accelerator for training, how can we only save the additional lora weights for temporary checkpoints? For example, at [this line](https://github.com/huggingface/transformers/blob/main/examples/pytorch/language-modeling/run_clm_no_trainer.py#L605), how to avoid saving the whole model?
Hi! When I try to download the afhq-v2 dataset, it says that the link is temporarily disabled. I wonder is there a new link for the data? Thanks!
Hi, thanks for releasing the code. I have followed the instruction to set CUDA_HOME variable and successfully installed groundingdino. However, I still get the following warning and error when I...
Hi, thanks for sharing the code! I'm using the ```SubsetOperator``` to sample k elements from n elements (k < n). However, I found khot > 1 for some scores. I...
Hi! I wonder why do you have separate_hyphens in predict_tokenized for nominal_sense_srl. Will it affect the model if I remove the separate_hyphens step?
## Reporting a bug - [y ] I am using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG). - [y ] I have...