An open API service indexing awesome lists of open source software.

https://github.com/gavinhome/mabysm-blog

This repository serves as knowledge base. The main focus is on the practical application of large models, including industry data fine-tuning, large model evaluation, and large model applications. All content is structured for easy navigation and learning.
https://github.com/gavinhome/mabysm-blog

adaptive-rag fine-tuning

Last synced: 8 months ago
JSON representation

This repository serves as knowledge base. The main focus is on the practical application of large models, including industry data fine-tuning, large model evaluation, and large model applications. All content is structured for easy navigation and learning.

Awesome Lists containing this project

README

          

# mabysm-blog
This repository serves as my personal blog and knowledge base, featuring technical writings and interactive content. The main focus is on the practical application of large models, including industry data fine-tuning, large model evaluation, and large model applications. All content is structured for easy navigation and learning.

## Content Directories

- [Fine-Tuning-Medical-COT](Fine-Tuning-Medical-COT/README.md) - Contains notebooks for fine-tuning medical Chain-of-Thought (COT) models using different language datasets (Chinese and English)

- [Grokking Algorithms](https://github.com/GavinHome/grokking_algorithms_code) - Contains code implementations for the book "Grokking Algorithms"

- [Langgraph-Adaptive-Rag](Langgraph-Adaptive-Rag/README.md) - Contains implementation of adaptive retrieval-augmented generation using Langgraph framework. See [README](Langgraph-Adaptive-Rag/README.md) for implementation details.