-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from kakao/feature/64
Feature/64
- Loading branch information
Showing
49 changed files
with
1,487 additions
and
1,352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,8 @@ | ||
{ | ||
"batch_grow": 10000, | ||
"batch_size": 500, | ||
"check_iter": 10000, | ||
"context_len": 7, | ||
"cutoff": 2, | ||
"debug": false, | ||
"embed_dim": 30, | ||
"epoch": 104, | ||
"gpu_num": 7, | ||
"hidden_dim": 310, | ||
"in_pfx": "./data/pos_tagger/munjong", | ||
"iter_best": 4440000, | ||
"iteration": 4440000, | ||
"learning_rate": 3.3813919135227317e-06, | ||
"log_dir": "./logdir", | ||
"lr_decay": 0.9, | ||
"model_id": "munjong.cnn.cut2.win3.emb30.lr0.001.lrd0.9.bs500.ci10000.bg10000", | ||
"model_name": "cnn", | ||
"out_dir": "./logdir/munjong.cnn.cut2.win3.emb30.lr0.001.lrd0.9.bs500.ci10000.bg10000", | ||
"patience": 10, | ||
"rsc_src": "../rsc/src", | ||
"window": 3 | ||
} | ||
"cutoff": 1, | ||
"embed_dim": 35, | ||
"hidden_dim": 320, | ||
"model_id": "munjong.cut1.win4.sdo0.1.emb35.lr0.001.lrd0.9.bs500", | ||
"rsc_src": "../rsc/src", | ||
"window": 4 | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# 아래 엔트리는 단위테스트에 사용되는 것으로 삭제하지 마시기 바랍니다. | ||
지저스크라이스트 지저스/NNG + 크라이스트/NNP 지저스/NNP + 크라이스트/NNP | ||
지저스 크라이스트 지저스/NNG + _ + 크라이스트/NNP 지저스/NNP + _ + 크라이스트/NNP | ||
지저스크라이스트 지저스크라이스/NNP + 트/NNG 지저스/NNP + 크라이스트/NNP | ||
지저스 크라이스트 지저스/NNP + _ + 크라이스/NNP + 트/NNG 지저스/NNP + _ + 크라이스트/NNP | ||
고타마싯다르타 | + 고타마싯다르타/NNP | + 고타마/NNP + 싯다르타/NNP | ||
무함마드압둘라 무함마드/NNP + 압/NNG + 둘/NNP + 라/EC + | 무함마드/NNP + 압둘라/NNP + | | ||
무함마드압둘라 무함마드압/NNP + 둘/NR + 라/NNP + | 무함마드/NNP + 압둘라/NNP + | |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,8 @@ | ||
{ | ||
"batch_grow": 10000, | ||
"batch_size": 500, | ||
"check_iter": 10000, | ||
"context_len": 7, | ||
"cutoff": 2, | ||
"debug": false, | ||
"embed_dim": 150, | ||
"epoch": 84, | ||
"gpu_num": 7, | ||
"hidden_dim": 550, | ||
"in_pfx": "./data/pos_tagger/munjong", | ||
"iter_best": 3770000, | ||
"iteration": 3770000, | ||
"learning_rate": 7.069650490151056e-06, | ||
"log_dir": "./logdir", | ||
"lr_decay": 0.9, | ||
"model_id": "munjong.cnn.cut2.win3.emb150.lr0.001.lrd0.9.bs500.ci10000.bg10000", | ||
"model_name": "cnn", | ||
"out_dir": "./logdir/munjong.cnn.cut2.win3.emb150.lr0.001.lrd0.9.bs500.ci10000.bg10000", | ||
"patience": 10, | ||
"rsc_src": "../rsc/src", | ||
"window": 3 | ||
} | ||
"cutoff": 1, | ||
"embed_dim": 180, | ||
"hidden_dim": 610, | ||
"model_id": "munjong.cut1.win4.sdo0.1.emb180.lr0.001.lrd0.9.bs500", | ||
"rsc_src": "../rsc/src", | ||
"window": 4 | ||
} |
Oops, something went wrong.