誰在線上

正在瀏覽這個版面的使用者: Google [Bot] 和 4 位訪客

[Lecture] 大模型練丹術 - RAG tutorials

歡迎各位影音 fans 齊齊吹水

[Lecture] 大模型練丹術 - RAG tutorials

文章發表人 mtr 發表於 2025-03-21, 18:32

Retrieval-Augmented Generation (RAG) is a hybrid approach that combines information retrieval with generative models. It enhances the performance of language models by incorporating external knowledge, which improves accuracy and factual correctness.

In a Simple RAG setup, we follow these steps:

Data Ingestion: Load and preprocess the text data.

Chunking: Break the data into smaller chunks to improve retrieval performance.

Embedding Creation: Convert the text chunks into numerical representations using an embedding model.

Semantic Search: Retrieve relevant chunks based on a user query.
Response Generation: Use a language model to generate a response based on retrieved text.

This notebook implements a Simple RAG approach, evaluates the model’s response, and explores various improvements.

https://github.com/FareedKhan-dev/all-r ... me-ov-file
圖檔
mtr
Fun區守護神 - 變淫大金剛
Fun區守護神 - 變淫大金剛
  頭像
 
文章: 55422

註冊時間:
2007-04-17, 19:21

Re: [Lecture] 大模型練丹術 - RAG tutorials

文章發表人 joe 發表於 2025-03-21, 19:25

:great: :great: :great:
joe
Fun區皇室 - 出野大魔王
Fun區皇室 - 出野大魔王
  頭像
 
文章: 13611

註冊時間:
2005-03-17, 09:35

Re: [Lecture] 大模型練丹術 - RAG tutorials

文章發表人 streamboy 發表於 2025-03-21, 19:58

frog 29 frog 29 frog 29
streamboy
Fun區 - 小頭目
Fun區 - 小頭目
 
文章: 220

註冊時間:
2008-02-09, 09:10

Re: [Lecture] 大模型練丹術 - RAG tutorials

文章發表人 streamboy 發表於 2025-03-22, 18:41

如何用AI讓你的人工成本減少50%!|手把手RAG教學
https://www.youtube.com/watch?v=I3jJVThDVrQ
streamboy
Fun區 - 小頭目
Fun區 - 小頭目
 
文章: 220

註冊時間:
2008-02-09, 09:10

Re: [Lecture] 大模型練丹術 - RAG tutorials

文章發表人 joe 發表於 2025-03-22, 19:31

:sorry: :sorry: :sorry:
joe
Fun區皇室 - 出野大魔王
Fun區皇室 - 出野大魔王
  頭像
 
文章: 13611

註冊時間:
2005-03-17, 09:35


回到 影音 fun 區