Skip to content

Commit

Permalink
add report&readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rubycheen committed Mar 21, 2022
1 parent 035d2c3 commit 726d7e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

10 changes: 10 additions & 0 deletions hw1/r10946029/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ADL2022 HW1
### Q1 Intent Classfication
$1 test data path e.g. ./data/intent/test.json
$2 csv output path e.g. ./intent.csv
`bash intent_cls.sh {$1} {$2}`

### Q2 Slot Tagging
$1 test data path e.g. ./data/slot/test.json
$2 csv output path e.g. ./slot.csv
`bash slot_tag.sh {$1} {$2}`
Binary file added hw1/r10946029/report.pdf
Binary file not shown.

0 comments on commit 726d7e1

Please sign in to comment.