-
Imbalanced datasets, where the classes have very different occurrence rates, can show up in large data sets.
There are many strategies for dealing with imbalanced data. http://contrib.scikit-learn.…
-
This might be a poor exercise but I'm trying to understand the methods of paper and if it makes sense to adapt my linear-based workflow with PCA to non-linear manifold methods; thought trying out diff…
-
Hi
I really enjoyed your paper and this work. I was trying to get it running locally and I ran into a few issues.
Firstly, I would point out that I think there may be a few typos in your README…
-
我什么也没改啊
![image](https://github.com/NJUNLP/knn-box/assets/64513343/c57b68dd-a446-4362-bbd5-7e1a144181a1)
-
MoreLikeThis is something we use massively. I am confident there is a way to replicate this with Rubix ML (and even have a learning system), but I am wondering about a suggested approach.
Related l…
-
### Describe the bug
when running retrieve.py to produce class prior photo using laion datasset,, I run through below errors.
url is bad in the code below... could be the root cause?
```
client =…
-
转化脚本如下,模型和lora都可以在huggingface找到:
```python
from transformers import AutoTokenizer, AutoModel
from peft import PeftModel
tokenizer = AutoTokenizer.from_pretrained("./chatglm-fitness-RLHF", trust_…
-
The application cannot be used after it is successfully started, I used Ollama and tried to analyze a.pdf. After I selected it, the backend Log showed that the connection to ollama was successful, and…
-
I installed the pre builds manually. Everything seems to be there apart from torch_scatter, but there are no pre builds for that. What can I do? I tried building it myself, but ran into so many issues…
-
- [x] I have marked all applicable categories:
+ [x] exception-raising bug
+ [ ] visual output bug
+ [ ] documentation request (i.e. "X is missing from the documentation." If instead I …