Skip to content

Commit b9d2e73

Browse files
committed
update gitignore
1 parent 9ff4052 commit b9d2e73

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
processed_data/test/test_split_for_rouge
22
results/evaluation
3+
.DS_Store

1593400603919/.DS_Store

0 Bytes
Binary file not shown.

Main.py

-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ def output(sess, dataloader, model, ksave_dir, mode='valid'):
204204
box_word, box_label, box_pos = [], [], []
205205
ib = box[k]
206206

207-
208-
# ib = 'name_1:xuehau he\tname_2:ssss\tposition_1:second\tposition_2:hhhh'
209207
item = ib.split('\t')
210208
box_single_word, box_single_label, box_single_pos = [], [], []
211209
for it in item:

results/res/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)