arnavgrg commited on
Commit
29b62b7
1 Parent(s): 5a0292b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: `PAYMENT`, `INVOICE`, `REFUND`
17
- 2. Merging `intent` and `response` columns into a new single column called `response_json` that is a JSON object consistint of two keys: `intent` and `response`.
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: `PAYMENT`, `INVOICE`, `REFUND`
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