Bingsu commited on
Commit
23a52ed
1 Parent(s): 35acd43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -8,3 +8,8 @@ widget:
8
  ---
9
 
10
  # roberta-base-ko
 
 
 
 
 
 
8
  ---
9
 
10
  # roberta-base-ko
11
+
12
+ A roberta model trained from the scratch. It has almost the same structure as [roberta-base](roberta-base), but with a few differences.
13
+
14
+ - hidden_act: `mish`
15
+ - position_embedding_type: "relative_key_query"