Skip to content

Commit

Permalink
Update task_seq2seq_autotitle_csl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bojone authored Feb 22, 2020
1 parent bda4b0c commit b85a2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/task_seq2seq_autotitle_csl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! -*- coding: utf-8 -*-
# bert做Seq2Seq任务,采用UNILM方案
# 介绍链接:https://kexue.fm/archives/6933
# 数据集:https://github.com/CLUEbenchmark/CLGE
# 数据集:https://github.com/CLUEbenchmark/CLGE 中的CSL数据集
# 补充了评测指标bleu、rouge-1、rouge-2、rouge-l

from __future__ import print_function
Expand Down

0 comments on commit b85a2a5

Please sign in to comment.