646e62 / case-brief

Generates a FIRAC-style case brief from a reported decision
GNU General Public License v3.0
2 stars 0 forks source link

Sample output data file #10

Closed 646e62 closed 1 year ago

646e62 commented 1 year ago

Should include a JSON file in the ./data folder that I manually entered from a fairly brief legal decision that contained a decent sample of each of the elements I'm looking to work with.

The end goal of the prodigy training is to eventually be able to

  1. Feed an unprocessed decision into the program;
  2. Classify it with the trained model;
  3. Sort the various sections into a JSON file like this one;
  4. Summarize and analyse locally; and
  5. Summarize and analyze using GPT-3.

I will continue to improve the model in the background while working on steps 1, 3 - 5.

bbelderbos commented 1 year ago

Should include a JSON file in the ./data folder that I manually entered from a fairly brief legal decision that contained a decent sample of each of the elements I'm looking to work with.

The end goal of the prodigy training is to eventually be able to

  1. Feed an unprocessed decision into the program;
  2. Classify it with the trained model;
  3. Sort the various sections into a JSON file like this one;
  4. Summarize and analyse locally; and
  5. Summarize and analyze using GPT-3.

I will continue to improve the model in the background while working on steps 1, 3 - 5.

Good documentation as well.