-
I want to train multi-label classifier, however, I get the following error, although from what I have read, we should set pos_weight and set multi_label to True,
Could you please help me what I shoul…
-
I am trying to run a RF regression based on my dataset. My dataframe looks like this [below is only the first 5 rows]:
```
target feat_1 \
count…
-
We are trying to use a LongFormer and Bert model for multi-label classification of different documents.
When we use the BERT model (BertForSequenceClassification) with max length 512 (batch size 8…
-
### System Info
```Shell
- `Accelerate` version: 0.34.2
- Platform: Linux-5.15.0-1071-aws-x86_64-with-glibc2.31
- `accelerate` bash location: /home/zeus/miniconda3/envs/cloudspace/bin/accelerate
-…
-
### Title
Topic recommendation for software repositories using multi-label classification algorithms
### Link
https://doi.org/10.48550/arXiv.2010.09116
### Year
2021
### Author and a…
-
- StackOverflow Question: https://stackoverflow.com/questions/42280439/multi-label-out-of-core-learning-for-text-data-valueerror-on-partial-fit
#### Description
When using OneVsRestClassifier() wi…
-
Can consider the following settings:
- [ ] standad classification
- [ ] data labeled by multiple annotators
- [ ] multi-label classification
For extending `calibrate_pred_probs()` to multi-label c…
-
尝试在星辰开源代码库中的modeling_telechat添加TelechatForSequenceClassification方法类(分别参照qwen和星辰自己代码),会分别出现无法加载模型的错误和训练损失不下降的情况。需要AI公司帮忙一起看看怎么支持AutoModelForSequenceClassification任务。
class TelechatForSequenceClassif…
tcoln updated
2 months ago
-
I'm trying to use code2vec for multi-label classification, that one sample belongs to several labels, could you give some suggestions what to do with the model?
Thank you in advance for your help!
-
How can the EfficientNet model use in multi-labels image classification?