Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PAPER] Attention is all you need #1

Open
4 tasks done
inmoonlight opened this issue Jul 24, 2020 · 2 comments
Open
4 tasks done

[PAPER] Attention is all you need #1

inmoonlight opened this issue Jul 24, 2020 · 2 comments
Assignees
Labels

Comments

@inmoonlight
Copy link
Member

inmoonlight commented Jul 24, 2020

πŸ“ Introduction

ν˜„μž¬ λ‹€μ–‘ν•œ NLP λͺ¨λΈμ˜ 근간이 되고 μžˆλŠ” Transformers μž…λ‹ˆλ‹€.

Why?

NLPμ—μ„œ 많이 λ‹€λ€„μ§€λŠ” λͺ¨λΈμ΄κΈ° λ•Œλ¬Έμž…λ‹ˆλ‹€.

Issue card

0. Tokenizer ν•™μŠ΅

NOTE: 이 repoμ—μ„œλŠ” ν•΄λ‹Ή λ‚΄μš©μ€ 이미 λ˜μ–΄μžˆλ‹€κ³  κ°€μ •ν•©λ‹ˆλ‹€.

1. Data Loader

  • Tokenize string
  • String to Index
  • Padding
  • Batch Iterator

2. Model

  1. Encoder
    1. Word Embedding
    2. Positional Encoding
    3. Multihead attention
  2. Decoder
    1. Word Embedding
    2. Masked multihead attention
  3. Inference
    1. Beam Search
  4. Utils
    1. LayerNorm

3. Trainer

  1. W&B
  2. Config Manager

Schedule

Reference

@inmoonlight inmoonlight self-assigned this Jul 24, 2020
@seopbo
Copy link

seopbo commented Jul 25, 2020

μ—‡ 저도 λ‹€μŒμ— ν•˜λ €κ³ ν–ˆλŠ”λ° γ…‹γ…‹ μ—¬κΈ° μ’€ κ»΄λ„λ˜λ‚˜μš” γ…Žγ…Ž

@inmoonlight
Copy link
Member Author

@aisolab μ˜κ΄‘μ΄μ£ ! +_+ μ’‹μŠ΅λ‹ˆλ‹€

@inmoonlight inmoonlight mentioned this issue Sep 6, 2020
2 tasks
@inmoonlight inmoonlight mentioned this issue Sep 18, 2020
2 tasks
@inmoonlight inmoonlight mentioned this issue Oct 11, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants