Results 11 issues of Richard Wang

*Sorry for don't know how to post an issue correctly and my poor English, If there are somewhere goes wrong /can do better, please give me a chance to apologize...

1. I did ` (setq avy-line-insert-style 'below)` (in the use-package's :confing label) and `avy-copy-region` insert below, that's good but `avy-kill-region` still insert above.... 2. when I try to use `avy-kill-region`...

https://huggingface.co/datasets/super_glue/viewer/record/validation TLDR: We need to record entity positions, which are included in the source data but excluded by the loading script, to enable efficient and effective training for ReCoRD. Currently,...

It's a little bit hard for Pytorch users to evaluate their models on the benchmark. Are you willing to import your datasets to [huggingface/datasets](https://github.com/huggingface/datasets) ? There are detailed steps about...

## 🐛 Bug `RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cuda:1!` ### To Reproduce The code below works well...

bug / fix
help wanted
waiting on author

When running the instance `Accuracy(ignore_index=-100)`, it will tell you `-100` is not in the classes. But `torch.nn.CrossEntropy(..., ignore_index=-100)` is default, and we often train masked language model with label tensor...

enhancement

For processing non-english texts, especially on windows, we often encoutered text encoding problem and error message like `UnicodeDecodeError: 'cp950' codec can't decode byte 0xe6 in position 2: illegal multibyte sequence`....

For processing non-english texts, especially on windows, we often encoutered text encoding problem and error message like `UnicodeDecodeError: 'cp950' codec can't decode byte 0xe6 in position 2: illegal multibyte sequence`....

needs work

``` (cond ;; case 1 (empty line / two this type text objectis just next each other (like "test-symbol|(test)") ) ((and at-beginning at-end) (setq beginning-point (point))) ;; case 2 (other)...

bug

I have a hydra like this ``` (global-set-key (kbd "") 'hydra-edit-panel/body) (defhydra hydra-edit-panel (:hint nil :exit t ) "Edit Panel" ;; Mark ("mw" mark-word-at-point) ("me" mark-expresiion-at-point) ("ml" mark-indented-line-at-point) ) ```...