Results 2 issues of 陈猛

您好,感谢贡献代码,对我有很大的帮助! 我在使用bert多多标签分类时,看到您的代码的eval中只计算了auc,代码在这里 `current_auc, update_op_auc = tf.metrics.auc(label_id_, probabilities)` 可以看到这里传入是label_id 和probabilities,比如在标签概率中我想设置阈值为0.5的话,该如何设置呢?多谢解答!

## Description When using `markitdown` to convert a WeChat article to Markdown, the image URLs are not being extracted properly. The resulting Markdown output contains image tags like `![]()` with...