Commit ·
4f3e419
1
Parent(s): 1126cbd
feat: 色々足してみる
Browse files- outputs/.gitignore +2 -0
- outputs/2025_03_18_16_54_46_hiho128/config.yml +18 -0
- outputs/2025_03_18_16_54_46_hiho128/events.out.tfevents.1742284487.wallaby.175721.0 +3 -0
- outputs/2025_03_18_16_54_46_hiho128/model-best-e7.pth +3 -0
- outputs/2025_03_18_16_54_46_hiho128/model-best-e8.pth +3 -0
- outputs/2025_03_18_16_54_46_hiho128/model-e10.pth +3 -0
- outputs/2025_03_18_16_54_46_hiho128/model-e5.pth +3 -0
- outputs/2025_03_18_16_54_46_hiho128/model-e6.pth +3 -0
- outputs/2025_03_18_16_54_46_hiho128/model-e9.pth +3 -0
- outputs/2025_03_18_16_54_46_hiho128/train_info.yml +2 -0
- outputs/2025_03_18_16_58_23_hiho256/config.yml +18 -0
- outputs/2025_03_18_16_58_23_hiho256/events.out.tfevents.1742284704.wallaby.176597.0 +3 -0
- outputs/2025_03_18_16_58_23_hiho256/model-best-e10.pth +3 -0
- outputs/2025_03_18_16_58_23_hiho256/model-best-e9.pth +3 -0
- outputs/2025_03_18_16_58_23_hiho256/model-e10.pth +3 -0
- outputs/2025_03_18_16_58_23_hiho256/model-e7.pth +3 -0
- outputs/2025_03_18_16_58_23_hiho256/model-e8.pth +3 -0
- outputs/2025_03_18_16_58_23_hiho256/model-e9.pth +3 -0
- outputs/2025_03_18_16_58_23_hiho256/train_info.yml +2 -0
outputs/.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*
|
| 2 |
+
!.gitignore
|
outputs/2025_03_18_16_54_46_hiho128/config.yml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 学習に使うデータ。
|
| 2 |
+
train_data: ./vendor/hiho-deepseek.jsonl
|
| 3 |
+
# 評価に使うデータ。
|
| 4 |
+
eval_data: ./vendor/unidic_words.jsonl
|
| 5 |
+
# 評価用データのうち、学習中に評価に使う単語の数。(eval.pyでは全てのデータを使います)
|
| 6 |
+
# nullの場合は全てのデータを使います。
|
| 7 |
+
eval_max_words: 100
|
| 8 |
+
# モデルの次元数。
|
| 9 |
+
dim: 128
|
| 10 |
+
# 学習するエポック数。
|
| 11 |
+
max_epochs: 10
|
| 12 |
+
# 保存するモデルの数。
|
| 13 |
+
num_models_to_keep: 2
|
| 14 |
+
# num_last_models_to_keep: 2
|
| 15 |
+
# num_best_models_to_keep: 2
|
| 16 |
+
# 乱数のシード。
|
| 17 |
+
seed: 1
|
| 18 |
+
|
outputs/2025_03_18_16_54_46_hiho128/events.out.tfevents.1742284487.wallaby.175721.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8c380128d8ae037225873883601ff82d9eeacf87e2d14d675455c3706fd3909
|
| 3 |
+
size 224308
|
outputs/2025_03_18_16_54_46_hiho128/model-best-e7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d7201f2d37e2a30bcf58d2c709d9c7aa0cd8e18ac9f20fb9cf53bf0c559b1b9
|
| 3 |
+
size 2290005
|
outputs/2025_03_18_16_54_46_hiho128/model-best-e8.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2542c746f92c04f4c6a161bac5c520bb2643598b6973106c4ad2243a627c0aa
|
| 3 |
+
size 2290005
|
outputs/2025_03_18_16_54_46_hiho128/model-e10.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5733c06f62d4b04f5b40845afc33e3418b44817a225acb923a7a241ef6a27ca5
|
| 3 |
+
size 2289937
|
outputs/2025_03_18_16_54_46_hiho128/model-e5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61412ca3fff44709eb57f737f7143f1130f130052c63539b8bbff19fe572de42
|
| 3 |
+
size 2289920
|
outputs/2025_03_18_16_54_46_hiho128/model-e6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab538f64c6a9299dadda2e7361bb89a14975f1db91517a89b34f8217c85214da
|
| 3 |
+
size 2289920
|
outputs/2025_03_18_16_54_46_hiho128/model-e9.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82deb611036890a54fa3f930e5ad37a9c2242a4af44afce8f58b2ed2e464a3a7
|
| 3 |
+
size 2289920
|
outputs/2025_03_18_16_54_46_hiho128/train_info.yml
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git_sha: 7d251f73d048ecf0d1bcd0f6025330e55b218899
|
| 2 |
+
use_cuda: true
|
outputs/2025_03_18_16_58_23_hiho256/config.yml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 学習に使うデータ。
|
| 2 |
+
train_data: ./vendor/hiho-deepseek.jsonl
|
| 3 |
+
# 評価に使うデータ。
|
| 4 |
+
eval_data: ./vendor/unidic_words.jsonl
|
| 5 |
+
# 評価用データのうち、学習中に評価に使う単語の数。(eval.pyでは全てのデータを使います)
|
| 6 |
+
# nullの場合は全てのデータを使います。
|
| 7 |
+
eval_max_words: 100
|
| 8 |
+
# モデルの次元数。
|
| 9 |
+
dim: 256
|
| 10 |
+
# 学習するエポック数。
|
| 11 |
+
max_epochs: 10
|
| 12 |
+
# 保存するモデルの数。
|
| 13 |
+
num_models_to_keep: 2
|
| 14 |
+
# num_last_models_to_keep: 2
|
| 15 |
+
# num_best_models_to_keep: 2
|
| 16 |
+
# 乱数のシード。
|
| 17 |
+
seed: 1
|
| 18 |
+
|
outputs/2025_03_18_16_58_23_hiho256/events.out.tfevents.1742284704.wallaby.176597.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22fce1aa2327f5a446814a62bdc00bc322d190a1c25bf39f71f1e899fe3e00b1
|
| 3 |
+
size 224308
|
outputs/2025_03_18_16_58_23_hiho256/model-best-e10.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c6ec314f2a693d6a8c79892d924dcd9fce62248ca268e7427e978f929214d9b
|
| 3 |
+
size 8898982
|
outputs/2025_03_18_16_58_23_hiho256/model-best-e9.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46c448683f182ce36908d6aedb07ac1b38570f726bb4ca6cfa2e5b9e226b354a
|
| 3 |
+
size 8898965
|
outputs/2025_03_18_16_58_23_hiho256/model-e10.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97122e740e14b6207a47f1c6ad35e01d81ab849616c3e763e4ef991cdb44d8b6
|
| 3 |
+
size 8898897
|
outputs/2025_03_18_16_58_23_hiho256/model-e7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71b3ba1802734dae0473bb30910f4871ba3c2b6d1ec17a7af10f879be0bd8de6
|
| 3 |
+
size 8898816
|
outputs/2025_03_18_16_58_23_hiho256/model-e8.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ba0f8fbee2a300000126c6e01ccfcd98ba255cae3fbf888273807f4ed17b0be
|
| 3 |
+
size 8898816
|
outputs/2025_03_18_16_58_23_hiho256/model-e9.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc6125f6fcfee20b1f2ed0d4241766f62ed2e01ef09d3d7bdc006eb55cedd6c2
|
| 3 |
+
size 8898816
|
outputs/2025_03_18_16_58_23_hiho256/train_info.yml
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git_sha: 7d251f73d048ecf0d1bcd0f6025330e55b218899
|
| 2 |
+
use_cuda: true
|