A-Funakoshi commited on
Commit
e3e555a
·
1 Parent(s): 8cc39f8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ja
4
+ metrics:
5
+ - accuracy
6
+ - f1
7
+ ---
8
+ # multilingual-sentimentsデータセットをbertベースのモデルでfinetuningしたもの
9
+
10
+ - ベースモデル:cl-tohoku/bert-base-japanese-whole-word-masking
11
+ - データセット:tyqiangz/multilingual-sentiments
12
+ - バッチサイズ: 16固定
13
+ - Optunaでハイパーパラメータ探索
14
+ - 学習率スケジュールのタイプ(lr_scheduler_type): constant, linear, cosine
15
+ - 学習率(learning rate): 1e-6 ~ 1e-4
16
+ - 勾配累積ステップ(gradient_accumulation_steps): 1, 2, 4, 8, 16
17
+ - 正則化(weight_decay): 1e-6 ~ 1e-1
18
+
19
+ - Optunaでの探索結果は以下
20
+ - 学習率スケジュールタイプ(lr_scheduler_type): cosine
21
+ - 学習率(learning rate): 0.8412127567806301
22
+ - 勾配累積ステップ(gradient_accumulation_steps): 4
23
+ - 正則化(weight_decay): 1.1217342612041105e-06
24
+
25
+ このハイパーパラメータを使って再度finetuningした.