Skip to content

Commit

Permalink
Update README.md (#4)
Browse files Browse the repository at this point in the history
* Update README.md

- remove roberta max_length issue as it is resolved

* Update README_ko.md

- remove roberta max_length issue as it is resolved
  • Loading branch information
inmoonlight authored Sep 1, 2021
1 parent 8310cad commit 8a03c94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ All test sets are not publicly available. To measure performance of your model o

To reproduce our baselines, run `run_all.sh`.

**NOTE**: `klue/roberta` models accept input length at most 510 tokens. Details are explained [here](https://github.com/KLUE-benchmark/KLUE/wiki/KLUE-RoBERTa%EC%9D%98-max_length%EA%B0%80-510%EC%9D%B8-%EC%9D%B4%EC%9C%A0).


## Reference

If you use this code or KLUE, please cite:
Expand Down
2 changes: 0 additions & 2 deletions README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ git submodule update --init --recursive

KLUE의 모든 과제들의 학습 셋을 활용해 모델을 학습 및 평가하려면 ``run_all.sh``. 실행하시면 됩니다.

**NOTE**: `klue/roberta`의 경우 입력의 최대 길이가 510입니다. 자세한 설명은 [여기](https://github.com/KLUE-benchmark/KLUE/wiki/KLUE-RoBERTa%EC%9D%98-max_length%EA%B0%80-510%EC%9D%B8-%EC%9D%B4%EC%9C%A0)를 참조해주세요.

## Reference

이 저장소의 코드나 KLUE 데이터를 활용하신다면, 아래를 인용 부탁드립니다.
Expand Down

0 comments on commit 8a03c94

Please sign in to comment.