Skip to content

Commit bc58141

Browse files
committed
Update gitignore
1 parent 015f92a commit bc58141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
*.pyc
33
.DS_Store
44
data/ami_*/*
5-
data/ami-summary/.DS_Store
5+
data/*/.DS_Store
66
venv*/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python main_obtain_meeting2summary_data.py --summary_type abstractive
3232

3333
| **Argument** | **Type** | **Default** |
3434
|-----------------------------------|----------|-----------------------------------|
35-
| `summary_type` | string | `"abstractive"` |
35+
| `summary_type` | string | `"abstractive"` |
3636
| `ami_xml_dir` | string | `"data/"` |
3737
| `results_transcripts_speaker_dir` | string | `"data/ami-transcripts-speaker/"` |
3838
| `results_transcripts_dir` | string | `"data/ami-transcript/"` |

0 commit comments

Comments
 (0)