Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-2002-os authored Nov 12, 2024
1 parent b5b39a9 commit d23feb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Follow these steps to set up the development environment and install the package
### Create Custom Dataset
- Our code expects the dataset to be in ```.jsonl``` file format
- Both the train and test set follow the same format
- Every sample in the ```.jsonl``` should have 3 fields :
- Every sample in the ```.jsonl``` should have 2 fields :
1) ```question``` : It should contain the complete question that is to asked to the LLM
2) ```answer``` : It should contain the ground truth answer which can be verbose or consize
Expand Down

0 comments on commit d23feb3

Please sign in to comment.