Skip to content

Commit

Permalink
delete some nouse code
Browse files Browse the repository at this point in the history
  • Loading branch information
920232796 committed Mar 26, 2022
1 parent 6cca284 commit c2d24f9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@




nouse

corpus
dist
写文章
代码
state_dict

bert_seq2seq.egg-info

.idea

.vscode

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@
2020.04.01: 重构了代码,开始训练一个新的任务花费时间更少。

python setup.py sdist
twine upload dist/bert_seq2seq-2.3.4.tar.gz
twine upload dist/bert_seq2seq-2.3.5.tar.gz
4 changes: 0 additions & 4 deletions examples/bart_auto_title_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
import time
import glob
from torch.utils.data import Dataset, DataLoader
from bert_seq2seq import T5PegasusTokenizer, load_chinese_base_vocab
from bert_seq2seq import T5Model
from bert_seq2seq.bart_chinese import BartGenerationModel
from bert_seq2seq import Tokenizer
from tqdm import tqdm
from bert_seq2seq.extend_model_method import ExtendModel

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='bert_seq2seq',
version='2.3.4',
version='2.3.5',
description='use torch to do bert_seq2seq task',
long_description='bert_seq2seq: https://github.com/920232796/bert_seq2seq',
license='Apache License 2.0',
Expand Down

0 comments on commit c2d24f9

Please sign in to comment.