Asunatan
Asunatan
## 🚀 Feature NPV (Negative Predictive Value) is a metric used to evaluate the accuracy of a medical test or diagnostic method. ### Motivation NPV (Negative Predictive Value) is a...
When I used multiprocessing distributed, I encountered an error: Can't pickle : attribute lookup main_worker on __main__ failed. I found this error even if I did not make any changes...
Regarding the model's architecture, I have a question. CONCH seems to be the same as [coca](https://arxiv.org/pdf/2205.01917v2). Where exactly are their differences?
### Describe the issue Issue: Environment: ``` GPU: 4×A6000-48G or others? Deepspeed version: 0.16.1 Torch version:2.4.0 Transformers version:4.45.2 Tokenizers version:0.20.1 ``` Command: ``` #!/bin/bash moe_mode="sparse" num_experts=4 top_k_experts=2 use_residual=False router_aux_loss_coef=0.01 JSON_FOLDER="ft_json"...
Hello, I have successfully installed Desktop and NUC on the same PC, but as a beginner, I don't understand how to set the IP and port number, especially in `charmander.yml`,...
采用Qwen2.5vl训练lora,开启了dora,合并后使用transformers得到结果和swift infer结果不一致
Hi there, I’m a beginner working with Qwen-VL models, and after reading the **Qwen3-VL** blog post, I have two questions regarding how to prepare bounding box training data — both...