-
https://github.com/songys/Chatbot_data
-
### 환경
Colab
### 오류 내용
다른 데이터셋들('kcbert', 'korean_hate_speech' 등)은 정상적으로 fetch가 되는데 Korpora.fetch('korean_chatbot_data')에서 HTTP error 404가 발생합니다.
-
korean_chatbot_data 를 fetch로 받을 시 HTTPError: HTTP Error 404: Not Found가 뜹니다.
환경: M1 Mac OS , local Jupyter notebook
-
## Dataset Information
* Dataset Name: kaist corpus
* Prefered code name(e.g. `korean_chatbot_qa_data`): `kaist_corpus`
* Dataset description:
* Homepage: http://semanticweb.kaist.ac.kr/home/ind…
-
## Dataset Information
* Dataset Name:
* Prefered code name(e.g. `korean_chatbot_qa_data`): `kcbert`
* Dataset description:
* Homepage: https://github.com/Beomi/KcBERT
* Citation:
## Additio…
-
### 🥰 Feature Description
The proposed feature is an advanced prompting option in LoBeChat that allows users to customize their prompts with specific requirements quicker without needing multiple age…
-
### 🐛 Describe the bug
Currently I'm trying to test LLaMA 3.2 3B Instruct Model as you guided.
but, I faced some issues during pte generation for LLaMA 3.2 3B Instruct Model with QNN @ On Device sid…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please…
-
## env
- korpora == 0.2.0
- python ~= 3.8
## Issue
### command
아래 커맨드 실행시 에러 발생
```bash
korpora lmdata \
--corpus all \
--output_dir ~/works/lmdata
```
### Error log
```
…
Beomi updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
When setting latex=true in `config.toml` it expects mathematical formulas to be encased in `$` signs. All popular LLMs are not train…