Instructions to use Leo97/KoELECTRA-small-v3-modu-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Leo97/KoELECTRA-small-v3-modu-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Leo97/KoELECTRA-small-v3-modu-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Leo97/KoELECTRA-small-v3-modu-ner") model = AutoModelForTokenClassification.from_pretrained("Leo97/KoELECTRA-small-v3-modu-ner") - Inference
- Notebooks
- Google Colab
- Kaggle
[License Inquiry] Question about internal company use for NER inference
안녕하세요.
Leo97/KoELECTRA-small-v3-modu-ner 모델을 회사 내부에서 개체명 인식(NER) 추론 용도로 사용할 수 있는지 검토 중입니다.
저희는 모델을 외부에 재배포하거나 모델 가중치를 외부에 공개할 계획은 없으며, 학습 데이터셋을 직접 사용하는 것도 아닙니다.
Hugging Face에 공개된 모델 가중치를 회사 내부에서 추론 용도로만 사용하는 것을 검토하고 있습니다.
모델 카드에 모델 가중치에 대한 라이선스가 명시되어 있지 않아, 아래 사항을 확인 부탁드립니다.
- 공개된 모델 가중치를 기업 내부 추론 용도로 사용할 수 있는지
- 상업적/기업 내부 사용이 허용되는지
- 모델 가중치에 적용되는 라이선스가 무엇인지
- 학습 데이터인
국립국어원 모두의 말뭉치 / 개체명 분석 말뭉치 2021조건을 고려했을 때, 다운스트림 사용자가 해당 모델 가중치를 사용할 수 있도록 배포된 것이 맞는지
감사합니다.
Hello,
We are reviewing whether we can use the model Leo97/KoELECTRA-small-v3-modu-ner for internal named entity recognition (NER) inference within our company.
We do not plan to redistribute the model, expose the model weights externally, or use the training dataset directly. We are only considering using the released model weights inside our internal systems for inference.
The model card does not appear to specify a license for the model weights, so we would like to confirm the permitted usage scope.
Could you please confirm the following?
- Are we allowed to use the released model weights for company-internal inference?
- Is commercial or enterprise internal use permitted?
- What license applies to the model weights?
- Were the model weights released in a way that allows downstream users to use them, considering the training dataset
National Institute of Korean Language / Modu Corpus / Named Entity Analysis Corpus 2021?
Thank you.
본 모델의 출처만 고지하여 사용하시면 되겠습니다.