-
안녕하세요,
위키피디아나 뉴스 등에서 사전학습 데이터를 수집 하셨다고 페이지에 써있는데 한국어 위키피디아(https://ko.wikipedia.org/) 에서 수집하신 것이 맞을까요?
https://sktelecom.github.io/project/kobert/
-
# ISSUE: Experiment
## 노션 링크
https://www.notion.so/cukminseo/koelectra-be87d675c4af48ef915d3bc64efa2c67?pvs=4
## 실험 목적
- 튜닝 모델 후보로서 가치있는 모델을 찾기 위한 가벼운 탐색
## 체크리스트
- [x] kobert
- [x] …
-
## Description
I have tried to install KoBert Model
![image](https://github.com/dmlc/gluon-nlp/assets/96771858/64652d30-3801-41f0-96af-1febdb449cd0)
### Error Message
`ERROR: Command e…
-
## Description
Problems not being imported from colab
!pip install mxnet gluonnlp pandas tqdm
!pip install sentencepiece
!pip install transformers
!pip install torch
!pip install git+https://g…
-
### 프로젝트 수행 목적과 결과 그리고 그 방안에 대하여 논의
> [!NOTE]
> GPT를 참조한 가안
```
> [!NOTE]
> Useful information that users should know, even when skimming content.
> [!TIP]
> Helpful advice for doing thing…
-
데이터를 보면 두번째, 세번째 필드에 오류가 있는 경우가 있습니다.
세번째 tags 필드의 시작이 '+'인 경우에 태그가 빠져있어서 살펴보니,
대략 아래와 같은 규칙으로 교정이 가능해보였습니다.
```
if tags[0] == '+':
if morphi == '봤':
morph…
-
Cleanlab 에 기본 데이터셋을 아무런 처리 없이 넣었을 때, 라벨링 오류 비율이 얼마나 나오는 지 결과 확인
-
尊敬的张老师:
在运行Partitionfinder2时,第52循环提示存在以下错误:
ERROR | 2023-05-22 19:56:21,154 | main | A program that Partitionfinder uses failed. Output follows, in case it's helpful for finding the …
-
필요
-
## Description
The example code at https://nlp.gluon.ai/model_zoo/bert/index.html for the DistilBERT model produces an exception at HEAD.
### Error Message
```
------------------------------…