Skip to content
Snippets Groups Projects
Commit b0fc8eae authored by Zala Sesko's avatar Zala Sesko
Browse files

:pencil: Update README.md

parent c19dc153
No related merge requests found
......@@ -9,6 +9,8 @@ The `.sh` files are scripts meant to be executed on lara via slurm. They include
The two python notebooks deal with dataset preparation. `stories-scraping.ipynb` scrapes prompts (inputs) and stories (outputs) from a [blog](https://blog.reedsy.com/short-stories/science-fiction/) where weekly writing contests are held, and saves them into a temporary `raw_stories` directory. The `stories-analysis.ipynb` performs statistical analysis on the scraped data and prepares the data for training - separates words and punctuation, shortens the stories to a desired length (1800 words) and separates the data into train, valid and testing datasets. It also deletes temporary directories.
Note: Trained model files are available on igor in my directory. (Link in report Appendices)
### Model Reference
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment