monologg commited on
Commit
ac105e2
1 Parent(s): ef8794c

feat: add inference api template

Browse files
Files changed (2) hide show
  1. README.md +5 -0
  2. config.json +1 -1
README.md CHANGED
@@ -1,5 +1,10 @@
1
  ---
2
  language: ko
 
 
 
 
 
3
  ---
4
 
5
  # KoBigBird
1
  ---
2
  language: ko
3
+ tags:
4
+ - korean
5
+ mask_token: "[MASK]"
6
+ widget:
7
+ - text: 대한민국의 수도는 [MASK] 입니다.
8
  ---
9
 
10
  # KoBigBird
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "BigBirdForPreTraining"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "attention_type": "block_sparse",
1
  {
2
  "architectures": [
3
+ "BigBirdForMaskedLM"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "attention_type": "block_sparse",