Commit
·
c3750f4
1
Parent(s):
77aed32
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# wrime-sentimentデータセットをbertベースのモデルでfinetuningしたもの
|
2 |
+
|
3 |
+
- ベースモデル:cl-tohoku/bert-base-japanese-whole-word-masking
|
4 |
+
- データセット:llm-book/wrime-sentiment
|
5 |
+
- 学習率スケジュールタイプ(lr_scheduler_type): constant
|
6 |
+
- 学習率(learning rate): 2e-5
|
7 |
+
- 勾配累積ステップ(gradient_accumulation_steps): なし
|
8 |
+
- 正則化(weight_decay): なし
|
9 |
+
- Epoch: 100
|
10 |
+
- EarlyStopping: early_stopping_patience=3
|