-
## Background
멘토님께서 말씀해주신 loss를 적용하면 segmentation prediction의 noise에 도움을 줄 수 있을 것 같아 코드를 만들어보고자함
## Content
관련 논문 : [What Uncertainties Do We Need in Bayesian Deep
Learning for Computer Vision…
-
# haystack
- https://github.com/jinmang2/haystack/commit/f0fb95827d621748a8934185002313950f3b9bc9
```shell
pip install transformers datasets wandb tokenizers
git clone https://github.com/deepset-a…
-
Hello everyone, this is a weekly checkin for week 1. Make sure to log what you are doing for this week in the comments. If you have issues and concerns, mention it here so the community can help.
-
-
### Application
[Boostcamp: Workout Plans & Log](https://play.google.com/store/apps/details?id=com.bpmhealth.boostcamp)
### Issue
Solve the discomfort of the UI & improve the app by enabling …
-
## Background
- 500 토큰 ~ 1500 (대략 공백 제외 천 자) 토큰 사이로 리뷰 길이 조절
- 2000 토큰 (대략 공백 제외 1400자) 으로 하니까 토큰 수 제한 때문에 출력 결과가 잘림
- 토큰 길이 넘을 때까지 문장 기준으로 붙임 (한 리뷰의 앞 부분과 뒷 부분이 서로 다른 데이터에 들어갈 수 있음)
- OpenAI …
-
## Background
- 텍스트에 들어있는 `\n`는 불필요한 정보라서 제거할 예정이다.
- 예시:
> 2003년 최종영 대법원장의 지명으로 헌법재판소 재판관을 역임하였다.**\\n\\n**경제민주화위원회(위원장 장하성이 소액주주들을 대표해 한보철강 부실대출에 책임이 있는 이철수 전 제일은행장 등 임원 4명을 상대로 제기한 손해배상청구소송에…
-
```
python retrieve.py \
--batch_size BATCH_SIZE \
--query_encoder_name_or_dir princeton-nlp/densephrases-multi-query-multi \
--runfile_name run.tsv
```
여기 부분 배치 사이즈가 argument 수정이 필요해 보입니다…
-
본 저장소를 통해 clone 하게 되면 DensePhrases 디렉토리 하위 폴더가 텅 비어있습니다!
-
```
# in container
cd retrieved_collection_compression_densephrase/DensePhrases
pip install -e . # editable mode install
```
실행 후
토치 1.9.0을 설치하게 되는데 이에 따른 torchvision, torchtext, torch-tensorrt…