Skip to content

Commit

Permalink
Fix Consumer Complaints Gen Dataset Config (#3746)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccorm authored Oct 20, 2023
1 parent 77259c7 commit 0620b00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ludwig/datasets/configs/consumer_complaints_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ description: |
We have added a structured JSON field that contains a company generated response to the raised complaint. The idea
is to fine-tune an LLM to generate this output JSON field.
columns:
- name: Complaint ID
type: number
- name: Date received
type: Date
- name: Generated Company Response
- name: Product
type: text
- name: Complaint ID
type: number
- name: Issue
type: text
- name: Product
- name: Complaint
type: text
- name: Structured JSON Output
- name: Company Response
type: text
- name: Consumer complaint narrative
- name: Structured JSON Output
type: text
output_features:
- name: Structured JSON Output
Expand Down

0 comments on commit 0620b00

Please sign in to comment.