Update README.md
Browse files
README.md
CHANGED
@@ -4,3 +4,45 @@ datasets:
|
|
4 |
- InnerI/CAI-synthetic-10k
|
5 |
---
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- InnerI/CAI-synthetic-10k
|
5 |
---
|
6 |
|
7 |
+
|
8 |
+
# CAI-Synthetic Model
|
9 |
+
|
10 |
+
## Overview
|
11 |
+
The CAI-Synthetic Model is a large language model designed to understand and respond to complex questions. This model has been fine-tuned on a synthetic dataset from Mostly AI, allowing it to engage in a variety of contexts with reliable responses. It is designed to perform well in diverse scenarios.
|
12 |
+
|
13 |
+
## Base Model and Fine-Tuning
|
14 |
+
- Base Model: Google/Gemma-7b
|
15 |
+
|
16 |
+
- Fine-Tuning Adapter: LoRA Adapter
|
17 |
+
|
18 |
+
- Synthetic Dataset: Mostly AI Synthetic Dataset
|
19 |
+
|
20 |
+
## Licensing and Usage
|
21 |
+
The CAI-Synthetic Model is licensed under the terms of its base model, Gemma-7b, and the synthetic dataset's licensing agreements. Ensure compliance with any licensing restrictions when using or distributing this model. Attribution to the source of the fine-tuning adapter and the synthetic dataset is required.
|
22 |
+
|
23 |
+
## Prompt Configuration
|
24 |
+
When using this model, you can employ the following prompt structure for interactions:
|
25 |
+
|
26 |
+
''''
|
27 |
+
|
28 |
+
### Instruction Describe a task that requires a response.
|
29 |
+
|
30 |
+
### Instruction: {instruction}
|
31 |
+
|
32 |
+
### Response: {response}
|
33 |
+
''''
|
34 |
+
|
35 |
+
## Usage Scenarios
|
36 |
+
This model is suitable for various applications, including:
|
37 |
+
|
38 |
+
## Conversational AI:
|
39 |
+
Building chatbots and virtual assistants that can respond in different contexts.
|
40 |
+
|
41 |
+
## Customer Support:
|
42 |
+
Providing automated customer service responses.
|
43 |
+
|
44 |
+
## Knowledge-based Systems:
|
45 |
+
Enhancing systems with contextualized responses based on synthetic data.
|
46 |
+
|
47 |
+
## Contact Information
|
48 |
+
For more information about the CAI-Synthetic Model, licensing, or other inquiries, contact [Inner I Network](https://innerinetcompany.com/about/).
|