mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-13 12:05:54 +00:00

### Description Remove all uses of python3.8 --------- Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com> Co-authored-by: rbiseck3 <rbiseck3@users.noreply.github.com>
16 lines
750 B
Markdown
16 lines
750 B
Markdown
## ISW Summarization Example
|
|
|
|
This directory shows and example of how to use `unstructured`, `argilla`, and `transformers`
|
|
to train a custom summarization model on Institute for the Study of War (ISW) reports
|
|
about the was in Ukraine. This example shows how, by combining these three libraries, you can
|
|
complete a data science project in hours that previously would have taken weeks.
|
|
|
|
To get started, use the following steps:
|
|
|
|
- Ensure you have Python 3.10 or higher installed on your system
|
|
- Create a new Python virtual environment
|
|
- Run `pip install -r requirements.txt` to install the dependencies
|
|
- Run `PYTHONPATH=. jupyter notebook` from this directory to launch the notebook
|
|
|
|
At this point, you'll be able to run the model training notebook.
|