Skip to content

issues Search Results · repo:NTMC-Community/MatchZoo-py language:Python

Filter by

62 results
 (75 ms)

62 results

inNTMC-Community/MatchZoo-py (press backspace or delete to remove)

To Match and Rank For matching and ranking texts we have datasets like shopee on Kaggle, I would like to load that dataset and test the models, but in tutorials only predefined datasets are loaded from ...
question
  • deepanshudashora
  • Opened 
    on Dec 21, 2022
  • #167

I follow the tutorial and code can run correctly. But once I change model.params[ mode ] from bert-base-uncased to bert-base-chinese , it gives an error like follows. Pretrained model is download from ...
bug
  • mao-jy
  • Opened 
    on Oct 23, 2021
  • #165

Describe the bug Hi, the implement about the MAP is not right. In my opinion, the denominator of every AP should be the number of relevant documents counted from the ground truth. However, the implementation ...
bug
  • wuchen95
  • Opened 
    on Jul 31, 2021
  • #164

In the attention.py file of modules, line 53 is the process of calculating the attention weight in the following picture. The value of mask filling should be -1e7, right? img width= 630 alt= Snipaste_2021-07-30_16-01-44 ...
bug
  • HuipengXu
  • Opened 
    on Jul 30, 2021
  • #163

I hope the author can publish a version of the drcn model
  • gldashen
  • 1
  • Opened 
    on Jul 9, 2021
  • #162

Describe the Question 我在运行tutorials/bert.ipynb的最后一步发生错误,请问有人遇到相同的问题并解决了吗?谢谢! 修改了代码中的以下部分,就是删除了batch_size和sort参数 trainloader = mz.dataloader.DataLoader( dataset=trainset, stage= train , ...
question
  • konL
  • 1
  • Opened 
    on May 15, 2021
  • #161

描述 RankHingeLoss的forward方法计算逻辑是:先计算负样本的cosine均值,再调用margin_ranking_loss计算loss。这样是不合理的,因为均值的margin_ranking_loss不等于margin_ranking_loss的均值。我尝试更改后,在模型效果上有很大提升。 fix后的参考代码 def forward(self, y_pred: torch.Tensor, ...
bug
  • wenjunyang
  • 2
  • Opened 
    on Mar 29, 2021
  • #159

Describe the bug I cloned this repo by: git clone https://github.com/NTMC-Community/MatchZoo-py.git cd MatchZoo-py python setup.py install then I went to tutorials dir: cd tutorials/ranking To run .ipynb ...
bug
  • surzia
  • Opened 
    on Feb 7, 2021
  • #158

I have trained the Esim and Bert model. However, I can not found any code for predicting new sentence pair? Is anyone can help?
question
  • anbo724
  • 1
  • Opened 
    on Dec 23, 2020
  • #157
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub