Git Product home page Git Product logo

affjljoo3581 / job-recommend-competition Goto Github PK

View Code? Open in Web Editor NEW
43.0 43.0 4.0 1.79 MB

πŸ₯‡KNOW기반 직업 μΆ”μ²œ μ•Œκ³ λ¦¬μ¦˜ κ²½μ§„λŒ€νšŒ 1λ“± μ†”λ£¨μ…˜μž…λ‹ˆλ‹€πŸ₯‡

Home Page: https://dacon.io/competitions/official/235865/leaderboard

License: Apache License 2.0

Python 88.86% Shell 11.14%
attention-mechanism attention-model competition dacon deep-learning multimodal-deep-learning multimodal-learning natural-language-processing nlp pytorch pytorch-lightning tabnet tabular-data wandb

job-recommend-competition's Introduction

Hi there πŸ‘‹

Gmail Badge GitHub User's stars Hits Kaggle

This is an overview of my github activities. For more details, check out my CV.

βš’οΈ Projects

  • GPT2 - GPT-2 PyTorch Implementation. [github] [demo] [demo-korean]
  • canrevan - The fast and efficient naver-news crawler. [github] [pypi]
  • Inverse DALL-E - Optical Character Recognition with Autoregressive Image Token Generation. [github]
  • Coverist-AI-Research - Generate a bookcover image with DALL-E. [github]
  • ALREADYME.md AI - Generate README.md with GPT-3 few-shot learning. [research repo] [serving repo]
  • Deploy KoGPT - A tutorial of deploying large-scale language model with NVIDIA Triton and FasterTransformer. [github]
  • polyglot-jax-inference - A Jax/Flax inference code for GPT-NeoX model on TPU. [github]
  • starcode-jax - A Jax/Flax inference code for StarCoder model on TPU. [github]
  • deit3-jax - Jax/Flax implementation of DeiT and DeiT-III. [github]

πŸ“ Contributions

  • πŸ€— Transformers - Change DataCollatorForSeq2Seq to pad labels to a multiple of pad_to_multiple_of [github] [pr]
  • πŸ€— Transformers - Pix2Struct: fix wrong broadcast axis of attention mask in visual encoder [github] [pr]

πŸ† Kaggle competitions

Check out my profile for more details.

  • πŸŽ–οΈ Google - American Sign Language Fingerspelling Recognition - solo gold medal & money prize (5/1315) [overview] [github]
  • πŸŽ–οΈ Feedback Prize - Evaluating Student Writing - solo gold medal & money prize (4/2060) [overview] [github]
  • πŸ₯ˆ Learning Equality - Curriculum Recommendations - top 1% (13/1057) [overview]
  • πŸ₯ˆ G2Net Detecting Continuous Gravitational Waves - top 1% (12/936) [overview] [github]
  • πŸ₯ˆ CommonLit Readability Prize - top 1% (42/3633) [overview] [github]
  • πŸ₯ˆ Feedback Prize - Predicting Effective Arguments - top 2% (40/1567) [overview] [github]
  • πŸ₯ˆ Riiid Answer Correctness Prediction - top 2% (78/3395) [overview] [github]
  • πŸ₯ˆ Google AI4Code – Understand Code in Python Notebooks - top 3% (39/1135) [overview] [github]
  • πŸ₯ˆ Benetech - Making Graphs Accessible - top 4% (26/619) [overview]
  • πŸ₯ˆ Bristol-Myers Squibb – Molecular Translation - top 5% (50/874) [overview] [github]
  • πŸ₯‰ Quick, Draw! Doodle Recognition Challenge - top 5% (74/1309) [overview]
  • πŸ₯‰ Humpback Whale Identification - top 8% (189/2120) [overview]

πŸ’¬ Contact

Please check out the above badges to contact me. You can also open an issue in the corresponding repository or tag me (@affjljoo3581) in issues/prs/commits on GitHub.

job-recommend-competition's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

job-recommend-competition's Issues

μ•ˆλ…•ν•˜μ„Έμš” μ—λŸ¬ 문의 λ“œλ¦½λ‹ˆλ‹€.

μ΄μ „μ˜ μ—λŸ¬λŠ” ν•΄κ²°ν–ˆλŠ”λ°, μƒˆλ‘œμš΄ μ—λŸ¬λ₯Ό ν•΄κ²°ν•˜μ§€ λͺ»ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€.

μ „μ²˜λ¦¬ 뢀뢄인 preprocess.sh νŒŒμΌμ—μ„œ transforemer_2_8_0 의 첫뢀뢄인

python preprocessing/preprocess.py res/train/KNOW_2017.csv res/test/KNOW_2017_test.csv --data_type=2017 --use_simcse_embeddings

λ₯Ό μ‹€ν–‰ν•˜λ©΄

Traceback (most recent call last):
File "preprocessing/preprocess.py", line 199, in
main(parser.parse_args())
File "preprocessing/preprocess.py", line 93, in main
simcse_embeddings = get_text_embeddings_from_simcse(
File "C:\Users\rlaal\anaconda3\envs\transformers_2_8_0\lib\site-packages\torch\autograd\grad_mode.py", line 27, in decorate_context
return func(*args, **kwargs)
File "D:\python\Job-Recommend-Competition-main\preprocessing\text_embedding.py", line 28, in get_text_embeddings_from_simcse
from data.dataloader import convert_to_tensor, example_model_setting
File "D:\python\Job-Recommend-Competition-main\preprocessing\data\dataloader.py", line 11, in
from KoBERT.kobert.utils import get_tokenizer
ModuleNotFoundError: No module named 'KoBERT'

λ‹€μŒκ³Ό 같은 μ—λŸ¬κ°€ λœΉλ‹ˆλ‹€.
Job-Recommend-Competition-main\preprocessing\data 이 κ²½λ‘œμ— KoBERT 폴더λ₯Ό λ³΅μ‚¬ν•΄μ„œ 넣어봐도 μ—λŸ¬κ°€ ν•΄κ²°λ˜μ§€ μ•Šλ„€μš”
이 경우 μ–΄λ–»κ²Œ ν•΄κ²°ν•˜λŠ”μ§€ 도움을 받을 수 μžˆμ„κΉŒμš”?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.