Compare commits

...

3 Commits

Author SHA1 Message Date
bc504fce74 feat: training 2022-02-24 01:24:20 +09:00
eb23c35b0f chore: update .gitignore 2022-02-24 01:23:32 +09:00
0da0e66710 chore: add LICENSE 2022-02-24 01:22:49 +09:00
3 changed files with 1766 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
nsmc/**/*
nsmc.zip
.ipynb_checkpoints/**/*
__pycache__/**/*
__pycache__/**/*
model.zip

16
LICENSE Normal file
View File

@ -0,0 +1,16 @@
MIT License
Copyright 2022 monoid
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1748
Training.ipynb Normal file

File diff suppressed because one or more lines are too long