文件名称:CRCNN:用卷积神经网络按等级对关系进行分类
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-20 07:14:39
nlp tensorflow cnn Python
用卷积神经网络按等级对关系进行分类 实施ACL 2015文件: 下载用于关系分类的SemEval 2010任务8数据集 这是下载此数据集的: 您还需要下载一些经过预先训练的嵌入,例如 。 依存关系 tensorflow (1.3.0) spacy pandas numpy scikit-learn 训练 更新model_config.yml路径,然后开始训练为: python3 -m train_crcnn 评估 训练完成并且您已经在模型目录中训练了模型之后,将模型评估为: python3 -m test_crcnn --config_file <full path of saved .yml config file in your model directory --model_name <checkpoint prefix of the model you want to eva
【文件预览】:
CRCNN-master
----model_config.yml(580B)
----test_crcnn.py(3KB)
----model.py(8KB)
----README.md(1KB)
----.gitignore(56B)
----dataio.py(6KB)
----train_crcnn.py(13KB)