diff --git a/README.md b/README.md index b6c53f4..5406ac6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # A simple Github Pages template for academic personal website. -[![Screenshot of the Website](https://github.com/JerryYin777/JerryYin777.github.io/blob/master/screenshot.png)](https://jerrysys.top/) - ## Introduction -This is an academic personal website (Congrui Yin) template based on bootstrap. This demo refers to [senli1073](https://github.com/senli1073/senli1073.github.io), thx to Mr.Sen Li's template. +This is an academic personal website template based on bootstrap. This demo refers to [senli1073](https://github.com/senli1073/senli1073.github.io), thx to Mr.Sen Li's template. This template supports markdown files as input content, and you don't need to build the webpage before deployment. When the webpage is loaded, the markdown files will be automatically parsed and embedded into the page. @@ -55,4 +53,4 @@ Fire up a browser and go to `https://.github.io` ## License -Copyright 2024, Congrui Yin and controlled via the MIT license, a permissive open-source (free software) license. You can copy and mess with this template. +Copyright 2024, Jerry Yin and controlled via the MIT license, a permissive open-source (free software) license. You can copy and mess with this template. diff --git a/contents/home.md b/contents/home.md index c2c7b19..785c405 100644 --- a/contents/home.md +++ b/contents/home.md @@ -1,62 +1,40 @@ #### News -I’m actively applying for a MLsys Ph.D. position in 2025 Fall! If you need a student who is familiar with both NLP and computer systems with extensive industry experiences, feel free to Contact Me! +I’m actively looking for Machine Learning System and MLLM/LLM Industrial/Research Opportunity. If you need a reliable teammate who is familiar with both NLP and computer systems with extensive industry experiences, feel free to Contact Me! #### Biography -I am currently a senior Undergraduate Student pursuing a bachelor's Degree in computer science at College of Liberal Arts, University of Minnesota Twin Cities, supervised by Prof. [Zirui Liu](https://zirui-ray-liu.github.io/). In the summer of 2023, I visited [TsinghuaNLP](https://github.com/thunlp) and conducted research under Prof. [Zhiyuan Liu](https://nlp.csai.tsinghua.edu.cn/~lzy/). + +My name is Jerry Yin. I am currently a senior Undergraduate Student pursuing a bachelor's Degree in computer science at College of Liberal Arts, University of Minnesota Twin Cities, supervised by Prof. [Zirui Liu](https://zirui-ray-liu.github.io/). In the summer of 2023, I visited [TsinghuaNLP](https://github.com/thunlp) and conducted research under Prof. [Zhiyuan Liu](https://nlp.csai.tsinghua.edu.cn/~lzy/). I have experience in NLP and computer systems(both architecture and high performance machine learning systems), along with extensive industry research internship experience. This includes: * Participating in the pretraining of the Yi-Large model at 01.AI. -* Contributing to ML Infra of the pretraining of the foundation model at ModelBest (with TsinghuaNLP) +* Contributing to ML Infra of the pretraining of the foundation model at ModelBest (with TsinghuaNLP). * Participating in the finetuning of the CodeLLM [Raccoon](https://raccoon.sensetime.com/code) (Copilot-like) at SenseTime (with CUHK MMLab). #### Research Interests -My current passion revolves around building **EFFICIENT** system solutions to AGI and LLM(VLM) for **RELIABLE** Hardware Design, this includes: +My current passion revolves around building **EFFICIENT** system solutions to AGI, this includes: 1. Machine Learning System * Training: Design more effective training system and algorithms, examples include [BMTrain](https://github.com/OpenBMB/BMTrain). - * Quantization + * Parameter Efficient Fine Turing (PEFT): Improve LoRA-like architecture and low bit model compression. * Long context inference: example includes [Cross Layer Attention](https://github.com/JerryYin777/Cross-Layer-Attention). -2. LLM(VLM) for RELIABLE Hardware Design - * Synthesise pretraining and finetuning common knowledge of CodeLLM, exploring the boundary capabilities of LLM/VLM for hardware design (e.g. pretrain/finetune a VerilogLLM). - * Align the simulation code with the waveform image data to finetune VerilogVLM. +2. LLM & LLM applications + * CodeLLM + * Foundation LLM (Yi-lightning) + * RAG (GraphRAG): Examples includes [PaperHelper](https://github.com/JerryYin777/PaperHelper). #### Misc -Before transferring to the University of Minnesota, I studied at Nanchang University, majoring in Artificial Intelligence in a top-tier class with a School Academic Special Scholarship. I was the leader of Nanchang University Supercomputer Cluster Team ([NCUSCC](https://ncuscc.github.io/)) Leader, with experience of ASC22 and SC23(IndySCC). - -I am passionate about open source and firmly believe in its potential to disseminate knowledge widely, leverage technology to lead innovation to the world and contribute to the advancement of human society. I am proud to have garnered over **1k stars** and acquired over **250 followers** on [GitHub](https://github.com/JerryYin777). I occasionally share my explorations in the machine learning system and LLM field on [Zhihu](https://www.zhihu.com/people/ycr222/posts) in Mandarin. - -#### Contact

- -✉️ [yin00486 [at] umn.edu](mailto:yin00486@umn.edu) - - - - +* Before transferring to the University of Minnesota, I studied at Nanchang University, majoring in Artificial Intelligence in a top-tier class with a School Academic Special Scholarship. I was the leader of Nanchang University Supercomputer Cluster Team ([NCUSCC](https://ncuscc.github.io/)) Leader, with experience of ASC22 and SC23(IndySCC). - +* I am passionate about open source and firmly believe in its potential to disseminate knowledge widely, leverage technology to lead innovation to the world and contribute to the advancement of human society. I am proud to have garnered over **1k stars** and acquired over **340 followers** on [GitHub](https://github.com/JerryYin777). I occasionally share my explorations in the machine learning system and LLM field on [Zhihu](https://www.zhihu.com/people/ycr222/posts) in Mandarin. - +* ✉️ [yin00486 [at] umn.edu](mailto:yin00486@umn.edu) diff --git a/contents/project.md b/contents/project.md index e1124e0..78b6e35 100644 --- a/contents/project.md +++ b/contents/project.md @@ -5,6 +5,7 @@ Readme Card Readme Card Readme Card + Readme Card Readme Card Readme Card Readme Card diff --git a/docs/Congrui_Yin_CV.pdf b/docs/Congrui_Yin_CV.pdf deleted file mode 100644 index 79414b0..0000000 Binary files a/docs/Congrui_Yin_CV.pdf and /dev/null differ diff --git a/index.html b/index.html index 84d199d..f105552 100644 --- a/index.html +++ b/index.html @@ -54,10 +54,6 @@ SERVICE - - diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 156ad0b..0000000 Binary files a/screenshot.png and /dev/null differ