如何在 AllenNLP git repo 中编写对分类模型的配置文件?

How to write the config file for pair classification model in AllenNLP git repo?

我正在尝试通过配置文件 运行 pair classification model in AllenNLP repo

感谢该存储库提供了数据读取器示例和模型文件。但是没有相应的配置文件,我真的无法 运行 模型。

example config file of simpleclassification model 没有为配对分类配置描述足够详细的参数。

对分类的配置文件应该怎么写?有通用的方法或者系统的教程吗?任何帮助表示赞赏。谢谢

可在此处找到配对分类模型的示例配置文件:https://github.com/allenai/allennlp-models/tree/main/training_config/pair_classification