Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ tags:
|
|
14 |
|
15 |
This LoRA adapter was fine-tuned on the `bitext/Bitext-customer-support-llm-chatbot-training-dataset`, specifically by:
|
16 |
1. Grouping the data on the following `category` column values: `ACCOUNT`, `CANCEL`, `SUBSCRIPTION`
|
17 |
-
2. Merging `intent` and `response` columns into a new single column called `response_json` that is a JSON object
|
18 |
|
19 |
This is what the dataset looks like once it is preprared:
|
20 |
|
|
|
14 |
|
15 |
This LoRA adapter was fine-tuned on the `bitext/Bitext-customer-support-llm-chatbot-training-dataset`, specifically by:
|
16 |
1. Grouping the data on the following `category` column values: `ACCOUNT`, `CANCEL`, `SUBSCRIPTION`
|
17 |
+
2. Merging `intent` and `response` columns into a new single column called `response_json` that is a JSON object consisting of two keys: `intent` and `response`.
|
18 |
|
19 |
This is what the dataset looks like once it is preprared:
|
20 |
|