vera-bernhard
vera-bernhard
I think the token [UNK] used for tokens unknown to model interferes with the use of the unknown token to temporarily replace provided stopwords. In example 1, there is one...
getsize() is deprecated and replaced with getbbox() in Pillow>=10.0.1 I replaced it in visualization.py such that it works with both newer and older Pillow versions. There are other instances that...
Fixes issue #3264 and adds 2 test cases. **Issue description**: The number of labels is considered before the number of valid items is determined. There is cases (s. below) where...
is another edge case like in issue #1336 (1) Steps to reproduce: ``` from nltk.metrics.agreement import AnnotationTask atask = AnnotationTask(data=[('c1', '1', 1),('c2', '1', 1), ('c2', '2', 2)]) atask.alpha() ``` (2)...
Hi there I was wondering which chat template did you employ for fine-tuning? I noticed in your [How to use](https://github.com/BIDS-Xu-Lab/Me-LLaMA#how-to-use)-Section in the README, you don't mention any chat template. Looking...