전체 글

지니의 공부 아카이브
🔨 Trial and Error Log

[git] huggingface transformers 특정 폴더만 clone 하기

허깅페이스 깃헙에 있는 example들 중 특정 폴더만 clone해서 돌려보고 싶었다. 1. 폴더 생성 git 저장소의 하위 폴더 clone 하기 다운로드 받을 디렉토리에서 커맨드 실행 2. git 코드 git init git remote add origin https://github.com/huggingface/transformers.git git config core.sparsecheckout true echo [폴더경로]/* >> .git/info/sparse-checkout # rag fine-tunning 코드 클론하기 # echo transformers/examples/research_projects/rag-end2end-retriever/* >> .git/info/sparse-checkout..

🎆 Daily Life

[일상기록] 2021 회고

2021년 버저비터 회고록! 며칠간 여러 블로그들에서 회고록이 올라오는 것을 보고 적어야지 했는데 올해는 2022년에 뒷북치지 않고 2021 마지막날에 적어본다. 아이러니하게 지금 연말 휴가 중인데 작성하던 플래너는 두고와서 기억이 나는 것만 인생의 흐름대로 적는다. (일단 핸드폰 앨범을 보고 적음...플래너 보고 큰게 있다면 보충해야지..) 1월 - 2월 동아리 투빅스 컨퍼런스!! 및 종료~! 작년 회고록은 동아리에 붙었다~ 열심히 했다~ 로 시작하는데 1년동안 활동하고 두번의 컨퍼를 마지막으로 공식적인 동아리 활동을 끝냈다. 나는 이후에도 12,13기와 함께 GNN 스터디, 12, 13, 14기와 함께 XAI & Meta Learning 스터디를 하기는 했지만 자발적으로 모여서 한 스터디였기 때문에 ..

🔨 Trial and Error Log

[클린코드] 협업하려면 눈치껏 지키기

https://itdar.tistory.com/m/entry/%ED%81%B4%EB%A6%B0%EC%BD%94%EB%94%A9%EB%8D%94-%EB%82%98%EC%9D%80-%EC%BD%94%EB%94%A9%EC%9D%84-%ED%95%98%EB%8A%94-10%EA%B0%80%EC%A7%80-%EB%B0%A9%EB%B2%95-10-Tips-for-clean-code-better-code-quality-code 클린코딩/더 나은 코딩을 하는 10가지 방법, 10 Tips for clean code/ better code/ quality code. 클린코딩/더 나은 코딩을 하는 10가지 방법, 10 Tips for clean code/ better code/ quality code. 기본적이면서 필수적..

🔨 Trial and Error Log

좋은 연구 계획 및 설계

0. 블로그에는 못써도 노션에 논문 정리 할 것 1. Abliation study 제대로 할 것 2. 실험 설계 똑바로 할 것 3. 주말 출근은 할 만 함 + seed 고정해라.... (22.06 개빡친 미래의 내가...)

🔨 Trial and Error Log

[PyCharm] 서버 자동 업로드가 안될 때 - PyCharm Deployment Auto upload

[PyCharm] 서버 자동 업로드가 안될 때 - PyCharm Deployment Auto upload 현재 프로젝트에 서버가 2개 이상 연결되어 있는데 디폴트 값 설정이 안되어 있는 경우이다. 인터프리터에서 바꿔줘도 동일하게 오토 업로드가 안될 것이다. 해결 : Tools -> Deployment -> Option that said I didn't have a default server set up (dispite only having one available). In Tools -> Deployment -> Configuration, right click on the deployment you want on the column on the left, and 'Use as Default'. That ..

🔨 Trial and Error Log

Huggingface(github 레포) 인용하기

@inproceedings{wolf-etal-2020-transformers, title = "Transformers: State-of-the-Art Natural Language Processing", author = "Thomas Wolf and Lysandre Debut and Victor Sanh and Julien Chaumond and Clement Delangue and Anthony Moi and Pierric Cistac and Tim Rault and Rémi Louf and Morgan Funtowicz and Joe Davison and Sam Shleifer and Patrick von Platen and Clara Ma and Yacine Jernite and Julien Plu..

지니티토리
지니티토리