Skip to content

Files

Latest commit

26a677b · Dec 2, 2022

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Documentation

Links

Packages used

Source

Scraping

google cloud

Code Formatting

OPEN AI

weights and biases

Directory Structure

├── LICENSE
├── Makefile
├── README.md
├── requirements.txt
├── setup.py
├── data
│   ├── 0_external
│   ├── 0_raw
│   ├── 1_interim
│   └── 2_final
├── docs
│   └── README.md
├── notebooks
│   ├── 01_eda_cleaning.ipynb
│   ├── 02_GPT3_finetune_wb.ipynb
│   ├── 02_GPT3_metrics.ipynb
│   ├── 03_GPT3_log_inference.ipynb
│   └── 03_GPT3_prompting.ipynb
├── reports
│   └── figures
├── src
│   ├── __init__.py
│   ├── app
│   │   ├── Dockerfile
│   │   └── main.py
│   ├── data
│   │   ├── scraper.py
│   │   └── scraper_utils.py
│   ├── features
│   │   └── build_features.py
│   ├── models
│   │   ├── title_optimizer.py
└── tox.ini