fiveflow commited on
Commit
a2b3d50
·
1 Parent(s): 2c271ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -7,6 +7,10 @@ pipeline_tag: token-classification
7
  # Korean Spacing Model
8
  한국어 RoBERTa를 활용하여 만든 띄어쓰기 모델입니다.
9
 
 
 
 
 
10
  ```python
11
  import torch
12
  from transformers import AutoModelForTokenClassification, AutoTokenizer, AutoConfig
@@ -46,4 +50,5 @@ print(pred_sent.strip())
46
  archivePrefix={arXiv},
47
  primaryClass={cs.CL}
48
  }
49
- ```
 
 
7
  # Korean Spacing Model
8
  한국어 RoBERTa를 활용하여 만든 띄어쓰기 모델입니다.
9
 
10
+ <a href="https://github.com/kwon13/robust-spacing">
11
+ <img src="https://img.shields.io/badge/Next Repo-181717?style=flat-square&logo=GitHub&logoColor=white"/>
12
+ </a>
13
+
14
  ```python
15
  import torch
16
  from transformers import AutoModelForTokenClassification, AutoTokenizer, AutoConfig
 
50
  archivePrefix={arXiv},
51
  primaryClass={cs.CL}
52
  }
53
+
54
+ ```