Mountaineer & Hiker YHZ's Daily

This is a personal blog along with other stuff.

0%

In this post, I explored the application of Llama2(https://ai.meta.com/llama/), a powerful language model, for fine-tuning on Kaggle datasets. Specifically, I focus on the task of scoring student text summaries. By leveraging Llama2's capabilities, I aim to enhance the accuracy and efficiency of this task. You can even treat this post as a guideline of fine tuning Llama2 on your own dataset.

Read more »

Basically, there are a couple of approaches to handle the code quality checking in different stage, such as pre-commit, pre-merge and post-merge. This post is to state the code quality checking process and the integration with CI in the pre-merge stage, which is usually known as quality gate.

Read more »

This series is about secure coding during development. The OWASP TOP 10 is our guide to define vulnerability type. For this part, it will focus on the vulnerable points and the mitigation of insecure deserialization problems.

Read more »