An open API service indexing awesome lists of open source software.

https://github.com/eleutherai/pile-uspto

A script for collecting the USPTO Backgrounds dataset in a language modelling friendly format.
https://github.com/eleutherai/pile-uspto

Last synced: about 1 year ago
JSON representation

A script for collecting the USPTO Backgrounds dataset in a language modelling friendly format.

Awesome Lists containing this project

README

          

# pile_uspto
A script for collecting the USPTO Backgrounds dataset in a language modelling friendly format.

To run, do:

```bash
git clone https://github.com/cfoster0/pile_uspto.git
cd pile_uspto
virtualenv env
. env/bin/activate
pip install -r requirements.txt
python main.py
```