KoAirBERT / README.md
oneonlee's picture
Update README.md
7e35ca2
---
thumbnail: "KoAirBERT: Korean BERT Model Specialized for Aviation Safety Domain"
license: agpl-3.0
language:
- ko
- en
library_name: transformers
tags:
- aviation
- aviation safety
- BERT
- Korean BERT
- Aviation BERT
---
<!---
Copyright (C) 2023 Donggeon Lee
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<div align="center">
<h1>πŸ€— KoAirBERT ✈️</h1>
<p>항곡 μ•ˆμ „ 도메인에 νŠΉν™”λœ ν•œκ΅­μ–΄ BERT λͺ¨λΈ</p>
</div>
<p align="center">
<img style="margin: 0.5em;" alt="Python" src="https://img.shields.io/badge/python-3.8-blue.svg">
<a style="margin: 0px;" href="https://huggingface.co/oneonlee/KoAirBERT"><img style="margin: 0.5em;" alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97-Models%20on%20Hub-yellow"></a>
<a style="margin: 0px;" href="https://github.com/oneonlee/KoAirBERT/blob/master/LICENSE"><img style="margin: 0.5em;" alt="License: AGPL-v3" src="https://img.shields.io/badge/License-AGPL--v3-blue.svg"></a>
<a style="margin: 0px;" href="https://doi.org/10.5281/zenodo.10158254"><img style="margin: 0.5em;" alt="DOI" src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.10158254-blue"></a>
</p>
## How to use
πŸ€— [Huggingface Hub](https://huggingface.co/oneonlee/KoAirBERT/tree/main)에 μ—…λ‘œλ“œ 된 λͺ¨λΈμ„ λ°”λ‘œ μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€ :)
```python
# Load model directly
from transformers import AutoTokenizer, AutoModelForPreTraining
tokenizer = AutoTokenizer.from_pretrained("oneonlee/KoAirBERT")
model = AutoModelForPreTraining.from_pretrained("oneonlee/KoAirBERT")
```
## Reference
- [BERT](https://arxiv.org/abs/1810.04805)
- [klue/bert-base](https://huggingface.co/klue/bert-base)
- [huggingface/transformers](https://github.com/huggingface/transformers/) - pytorch [language-modeling](https://github.com/huggingface/transformers/tree/main/examples/pytorch/language-modeling) examples
- [항곡 μ•ˆμ „ 정보지 (GYRO)](https://www.airsafety.or.kr/airsafety/board/gyro/list.do)
- [ν•­κ³΅μœ„ν‚€](https://airtravelinfo.kr/wiki/)
- [ꡭ토ꡐ톡뢀 ν•­κ³΅μš©μ–΄μ‚¬μ „](https://www.airportal.go.kr/knowledge/library/KdMain01.jsp)
- [ν•­κ³΅μ•ˆμ „ 자율보고 λ°±μ„œ(2021)](https://www.airsafety.or.kr/airsafety/board/aspds/view.do?bbsNo=4431)
## Citation
이 μ½”λ“œλ₯Ό μ—°κ΅¬μš©μœΌλ‘œ μ‚¬μš©ν•˜λŠ” 경우 μ•„λž˜μ™€ 같이 μΈμš©ν•΄μ£Όμ„Έμš”.
```bibtex
@software{lee_2023_10158254,
author = {Lee, DongGeon},
title = {KoAirBERT: Korean BERT Model Specialized for Aviation Safety Domain},
month = nov,
year = 2023,
publisher = {Zenodo},
version = {v1.0.0},
doi = {10.5281/zenodo.10158254},
url = {https://doi.org/10.5281/zenodo.10158254}
}
```
## License
`KoAirBERT`λŠ” `AGPL-3.0` λΌμ΄μ„ μŠ€ ν•˜μ— κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€. λͺ¨λΈ 및 μ½”λ“œλ₯Ό μ‚¬μš©ν•  경우 λΌμ΄μ„ μŠ€ λ‚΄μš©μ„ μ€€μˆ˜ν•΄μ£Όμ„Έμš”. λΌμ΄μ„ μŠ€ 전문은 [LICENSE 파일](LICENSE)μ—μ„œ ν™•μΈν•˜μ‹€ 수 μžˆμŠ΅λ‹ˆλ‹€.