Soohwan Kim

Results 10 issues of Soohwan Kim

# πŸš€ Add an attention map image drawing function to the wandb log. Example: ## Motivation To observe model training process. ## Your contribution

TODO

# πŸš€ Add inference script Add inference script for one audio. ## Motivation - #66

TODO

# πŸš€ Add `ray` on pre-processing - ray: https://github.com/ray-project/ray ## Motivation - Data preprocessing currently takes a lot of time. - There is no multiprocessing technique. - Ray is one...

TODO
FEATURE REQUEST

# 🌟 Add Luna (Linear Unified Nested Attention) Transformer ## Model description - [paper](https://arxiv.org/abs/2106.01540) - [implementation](https://github.com/sooftware/luna-transformer) ## Open source status * [x] the model implementation is available: (give details) *...

TODO
NEW MODEL

- Error code when I put `gatsby new [MY-DIR] https://github.com/greglobinski/gatsby-starter-personal-blog.git` ``` info sharp Detected globally-installed libvips v8.11.3 info sharp Building from source via node-gyp CC(target) Release/obj.target/nothing/../../../node-addon-api/nothing.o LIBTOOL-STATIC Release/nothing.a warning: /Library/Developer/CommandLineTools/usr/bin/libtool:...

I try to apply the `Resume` page to my blog. I encounter below error message. - Error Message ``` Field "category" is not defined by type "MarkdownRemarkFrontmatterFilterInput". File: src/experience_components/Skills/index.tsx:31:50 GraphQLError:...

### System Info - `transformers` version: 4.21.1 - Platform: Linux-5.4.0-81-generic-x86_64-with-glibc2.31 - Python version: 3.9.12 - Huggingface_hub version: 0.8.1 - PyTorch version (GPU?): 1.11.0+cu113 (True) - Tensorflow version (GPU?): not installed...

bug

**Describe the bug** I used deepspeed inference like below: ```python model = ( T5ForConditionalGeneration.from_pretrained( "paust/pko-t5-large", ).half().eval().to(torch.cuda.current_device()) ) model = deepspeed.init_inference( self.model, mp_size=8, dtype=torch.float, injection_policy={T5Block: ('SelfAttention.o', 'EncDecAttention.o', 'DenseReluDense.wo')} ) ``` It...

bug
compression

I tried converting the unigram.json file to transformers tokenizer. Moreover I converted to tokenizer to BERT format. (`[CLS] SENTENCE [SEP]`) I share it because I think it will be helpful...

μ•ˆλ…•ν•˜μ„Έμš”. λ©‹μ§„ μ˜€ν”ˆμ†ŒμŠ€ κ³΅κ°œν•΄μ£Όμ…”μ„œ κ°μ‚¬ν•©λ‹ˆλ‹€. λͺ¨λΈ μ‚¬μš© κ΄€λ ¨ν•΄μ„œ κΆκΈˆν•œ 점이 μžˆμ–΄μ„œ 이슈 λ‚¨κΉλ‹ˆλ‹€. λŒ€ν™”μ²΄λ‘œ ν•™μŠ΅μ΄ 됐닀고 λ˜μ–΄μžˆλŠ”λ°, λŒ€ν™” 데이터라면 [TURN]을 ν¬ν•¨ν•œ λŒ€ν™” 데이터 포맷을 μœ„ν•œ λͺ‡ μŠ€νŽ˜μ…œ 토큰을 μ •μ˜ν•˜μ…¨μ„ 것...