A-Funakoshi commited on
Commit
2cd4ff6
·
1 Parent(s): 26c35ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  # multilingual-sentimentsをbertベースのモデルでfinetuningしたもの
2
 
3
  - ベースモデル:cl-tohoku/bert-base-japanese-whole-word-masking
@@ -7,6 +14,4 @@
7
  - 勾配累積ステップ(gradient_accumulation_steps): なし
8
  - 正則化(weight_decay): なし
9
  - Epoch: 100
10
- - EarlyStopping: early_stopping_patience=3
11
-
12
-
 
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
 
14
  - 勾配累積ステップ(gradient_accumulation_steps): なし
15
  - 正則化(weight_decay): なし
16
  - Epoch: 100
17
+ - EarlyStopping: early_stopping_patience=3