Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Latest commit

 

History

History

argilla-summarization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.8 or higher installed on your system
  • Create a new Python virtual enviornment
  • 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.