Poobanchean
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ tags:
|
|
19 |

|
20 |
|
21 |
## Tag
|
22 |
-
-
|
23 |
|
24 |
## Datasets:
|
25 |
- (https://huggingface.co/datasets/AIAT/Kiddee-data1234)
|
@@ -38,29 +38,12 @@ tags:
|
|
38 |
- OpenthaiGPT-13b
|
39 |
- LLMModel
|
40 |
|
41 |
-
# KIDDEE STRONG MUSCLE LLM
|
42 |
-
|
43 |
This repository contains code and resources for building a Question Answering (QA) system using the Retrieval-Augmented Generation (RAG) approach with the Language Learning Model (LLM).
|
44 |
|
45 |
## Introduction
|
46 |
|
47 |
RAG-QA combines the power of retrieval-based models with generative models to provide accurate and diverse answers to a given question. LLM, a state-of-the-art language model, is used for generation within the RAG framework.
|
48 |
|
49 |
-
## Features
|
50 |
-
|
51 |
-
- **RAG architecture**: Integration of retrieval and generation models.
|
52 |
-
- **LLM**: Powerful language generation capabilities.
|
53 |
-
- **Question Answering**: Ability to answer questions based on given contexts.
|
54 |
-
- **Scalable**: Easily scalable for large datasets and complex questions.
|
55 |
-
- **Diverse Responses**: Provides diverse responses for a given question through generation.
|
56 |
-
|
57 |
-
## Setup
|
58 |
-
|
59 |
-
1. Clone this repository:
|
60 |
-
|
61 |
-
# I'm not going to tell you
|
62 |
-
|
63 |
-
|
64 |
# sponser
|
65 |

|
66 |
|
|
|
19 |

|
20 |
|
21 |
## Tag
|
22 |
+
- openthaigpt/openthaigpt-1.0.0-13b-chat
|
23 |
|
24 |
## Datasets:
|
25 |
- (https://huggingface.co/datasets/AIAT/Kiddee-data1234)
|
|
|
38 |
- OpenthaiGPT-13b
|
39 |
- LLMModel
|
40 |
|
|
|
|
|
41 |
This repository contains code and resources for building a Question Answering (QA) system using the Retrieval-Augmented Generation (RAG) approach with the Language Learning Model (LLM).
|
42 |
|
43 |
## Introduction
|
44 |
|
45 |
RAG-QA combines the power of retrieval-based models with generative models to provide accurate and diverse answers to a given question. LLM, a state-of-the-art language model, is used for generation within the RAG framework.
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
# sponser
|
48 |

|
49 |
|