├── LICENSE ├── README.md └── notes ├── 001_transformer.md ├── 002_bert.md ├── 003_vit.md ├── 004_mae.md ├── 005_moco.md ├── 006_contrast_learning.md ├── 007_swin_transformer.md ├── 008_clip.md ├── 009_two_stream.md ├── 010_i3d.md ├── 011_video_understanding.md ├── 012_detr.md ├── 013_dalle2.md ├── 014_vilt.md ├── 016_gpt.md ├── 018_llama.md ├── 019_chinese_llama.md ├── 020_lora.md ├── 021_llama2.md ├── 022_dreambooth.md ├── 023_controlnet.md ├── 024_easyphoto.md ├── 025_latent_diffusion_model.md ├── 026_ipadapter.md ├── 027_sdxl.md ├── 028_consistency_models.md ├── 029_latent_consistency_models.md ├── 030_stable_diffusion_2.x.md ├── 031_sdxl_turbo.md ├── 032_llava.md ├── 033_minigpt4.md ├── 034_qwenvl.md ├── 035_fuyu8b.md ├── 036_deepseekvl.md ├── 037_internvl.md ├── 038_blip2.md ├── 039_internvl1.5.md ├── 040_internvl2.md ├── 041_qwen2vl.md ├── 042_deepseekvl2.md ├── 043_megapairs.md ├── 044_vlm2vec.md └── 045_gme.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/README.md -------------------------------------------------------------------------------- /notes/001_transformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/001_transformer.md -------------------------------------------------------------------------------- /notes/002_bert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/002_bert.md -------------------------------------------------------------------------------- /notes/003_vit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/003_vit.md -------------------------------------------------------------------------------- /notes/004_mae.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/004_mae.md -------------------------------------------------------------------------------- /notes/005_moco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/005_moco.md -------------------------------------------------------------------------------- /notes/006_contrast_learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/006_contrast_learning.md -------------------------------------------------------------------------------- /notes/007_swin_transformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/007_swin_transformer.md -------------------------------------------------------------------------------- /notes/008_clip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/008_clip.md -------------------------------------------------------------------------------- /notes/009_two_stream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/009_two_stream.md -------------------------------------------------------------------------------- /notes/010_i3d.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/010_i3d.md -------------------------------------------------------------------------------- /notes/011_video_understanding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/011_video_understanding.md -------------------------------------------------------------------------------- /notes/012_detr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/012_detr.md -------------------------------------------------------------------------------- /notes/013_dalle2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/013_dalle2.md -------------------------------------------------------------------------------- /notes/014_vilt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/014_vilt.md -------------------------------------------------------------------------------- /notes/016_gpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/016_gpt.md -------------------------------------------------------------------------------- /notes/018_llama.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/018_llama.md -------------------------------------------------------------------------------- /notes/019_chinese_llama.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/019_chinese_llama.md -------------------------------------------------------------------------------- /notes/020_lora.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/020_lora.md -------------------------------------------------------------------------------- /notes/021_llama2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/021_llama2.md -------------------------------------------------------------------------------- /notes/022_dreambooth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/022_dreambooth.md -------------------------------------------------------------------------------- /notes/023_controlnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/023_controlnet.md -------------------------------------------------------------------------------- /notes/024_easyphoto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/024_easyphoto.md -------------------------------------------------------------------------------- /notes/025_latent_diffusion_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/025_latent_diffusion_model.md -------------------------------------------------------------------------------- /notes/026_ipadapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/026_ipadapter.md -------------------------------------------------------------------------------- /notes/027_sdxl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/027_sdxl.md -------------------------------------------------------------------------------- /notes/028_consistency_models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/028_consistency_models.md -------------------------------------------------------------------------------- /notes/029_latent_consistency_models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/029_latent_consistency_models.md -------------------------------------------------------------------------------- /notes/030_stable_diffusion_2.x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/030_stable_diffusion_2.x.md -------------------------------------------------------------------------------- /notes/031_sdxl_turbo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/031_sdxl_turbo.md -------------------------------------------------------------------------------- /notes/032_llava.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/032_llava.md -------------------------------------------------------------------------------- /notes/033_minigpt4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/033_minigpt4.md -------------------------------------------------------------------------------- /notes/034_qwenvl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/034_qwenvl.md -------------------------------------------------------------------------------- /notes/035_fuyu8b.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/035_fuyu8b.md -------------------------------------------------------------------------------- /notes/036_deepseekvl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/036_deepseekvl.md -------------------------------------------------------------------------------- /notes/037_internvl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/037_internvl.md -------------------------------------------------------------------------------- /notes/038_blip2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/038_blip2.md -------------------------------------------------------------------------------- /notes/039_internvl1.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/039_internvl1.5.md -------------------------------------------------------------------------------- /notes/040_internvl2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/040_internvl2.md -------------------------------------------------------------------------------- /notes/041_qwen2vl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/041_qwen2vl.md -------------------------------------------------------------------------------- /notes/042_deepseekvl2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/042_deepseekvl2.md -------------------------------------------------------------------------------- /notes/043_megapairs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/043_megapairs.md -------------------------------------------------------------------------------- /notes/044_vlm2vec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/044_vlm2vec.md -------------------------------------------------------------------------------- /notes/045_gme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tramac/paper-reading-note/HEAD/notes/045_gme.md --------------------------------------------------------------------------------