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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ widget:
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"
 
9
 
10
  # roberta-base-ko
11
 
12
+ A roberta model trained from the scratch. It has almost the same structure as [roberta-base](https://huggingface.co/roberta-base), but with a few differences.
13
 
14
  - hidden_act: `mish`
15
+ - position_embedding_type: `relative_key_query`