docs : update README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Model
|
| 2 |
+
---
|
| 3 |
+
## [KLUE MRC 대회](https://github.com/boostcampaitech3/level2-mrc-level2-nlp-09)에서 사용한 Reader SOTA모델을 사용하여 파인튜닝을 진행했습니다.
|
| 4 |
+
- 데이터셋 : 태깅 이후 구축한 데이터셋에서 전처리 및 Augmentation 적용
|
| 5 |
+
- [Huggingface : MRC Reader SOTA 모델](https://huggingface.co/Nonegom/roberta_finetune_twice)
|
| 6 |
+
- [Github Issue : MRC Redaer SOTA 모델 설명](https://github.com/boostcampaitech3/level2-mrc-level2-nlp-09/issues/38)
|
| 7 |
+
|