-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix non starting postgres after restarts crashes * make dashboard nicer for judgements * show only subset * nbs checkpoints
- Loading branch information
1 parent
566593a
commit d8b178f
Showing
7 changed files
with
1,008 additions
and
923 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,822 changes: 911 additions & 911 deletions
1,822
nbs/Data/00_prepare_instruction_dataset_for_ir.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Workshop Demo\n", | ||
"\n", | ||
"> Jak możemy strukturyzować orzeczenia?\n" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"## Jakie informacje chcemy/możemy ekstrahować automatycznie z orzeczeń?\n" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"### Ogólne\n", | ||
"\n", | ||
"- Sygnatura sprawy\n", | ||
"- Podstawa prawna\n", | ||
"- Strony\n", | ||
"- Sentencja\n", | ||
"- Podsumowanie\n", | ||
"- Tagi, etykiety\n" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"### Przykłady specyficznych pytań/zagadnień\n", | ||
"\n", | ||
"- Czy sprawa dotyczy dzieci?\n", | ||
"- Czy sprawa dotyczy wolności słowa?\n", | ||
"- Czy sprawa dotyczy XXX? - każde tego typu pytanie możemy użyć\n" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"### Czego brakuje nad w codziennych zadaniach/pracach?\n" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "python3", | ||
"language": "python", | ||
"name": "python3" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters