Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Deprecated Notice #16

Merged
merged 3 commits into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# KoBERT-Transformers

## **⚠️ Deprecated (2024.08.21) ⚠️**

- 초창기 transformers (4년 전) 에서는 custom code를 이용한 Auto mapping이 불가하여 파이썬 라이브러리 형태로 제공하였습니다.
- `trust_remote_code=True` 옵션을 통해 `AutoModel`, `AutoTokenizer`로 바로 호출이 가능하게 수정하였고, 이에 따라 해당 라이브러리는 더 이상 유지보수하지 않을 예정입니다.
- https://huggingface.co/monologg/kobert
- https://huggingface.co/monologg/distilkobert

---

`KoBERT` & `DistilKoBERT` on 🤗 Huggingface Transformers 🤗

KoBERT 모델은 [공식 레포](https://github.com/SKTBrain/KoBERT)의 것과 동일합니다. 본 레포는 **Huggingface tokenizer의 모든 API를 지원**하기 위해서 제작되었습니다.

## 🚨 중요! 🚨
## Changes

### 🙏 TL;DR

Expand Down
Loading