cxyccc

Results 8 issues of cxyccc

Hi. Thank you for your sharing. In your paper _Rumor Detection on Social Media with Bi-Directional Graph Convolutional Networks_, it is mentioned that GCN is applied on a graph, which...

您好!请问您有模型预训练的代码吗?尝试使用run_mlm.py[https://github.com/huggingface/transformers/tree/main/examples/pytorch/language-modeling/run_mlm.py]进行进一步预训练,但代码中调用的tokenizer和您的模型中的tokenizer(BertMaskDataset)不同,替换后遇到了许多问题,希望您可以提供帮助~谢谢!

Can this code (pygcn) be used directly in transductive learning? I notice that the train loss (in train.py) is calculated as `loss_train = F.nll_loss(output[idx_train], labels[idx_train])`, but in paper _SEMI-SUPERVISED CLASSIFICATION...

您好,请问您能提供数据集预处理的代码吗?我想尝试将您的方法运用在我自己的数据集上。感谢!

您好!我想用您的模型来对本地数据集进行图文相似度计算。请问是否需要进行微调呢?谢谢!

您好,请问zh_char2str_mapping.txt的参考来源是什么呢?谢谢!

Hi, thank you for your sharing! Could you please kindly provide the corpus you use in this project, especially 20GB Cantonese data? Many thanks.

您好,请问您是在哪一个模型上进行微调的呢?是不是flan-t5-base呢?谢谢您的帮助!