forked from Turing-Project/WriteGPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipeline.py
23 lines (21 loc) · 966 Bytes
/
pipeline.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- coding: gbk -*-
####################################################################
# Original work Copyright 2018 The Google AI Language Team Authors.
# Modified work Copyright 2019 Rowan Zellers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# 本项目仅限于技术交流用途,包括所有开源部分,禁止用于任何商业用途
#
# In order to prevent the EssayKiller framework from being maliciously registered, used or
# copied, we are using legal aid and strict copyright protection.
#
# If you have academic needs, please bring an individual or institution's academic research
# statement and send an email to [email protected]. We are glad to help~
#
# Thanks for understanding.
#####################################################################