Skip to content

Story Sage : Story ending prediction model based on a given theme.

Notifications You must be signed in to change notification settings

GouriRajesh/Story-Sage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STORY SAGE

Story Sage : Short-Story ending prediction model based on a given theme.

Using the model :

All models used for theme extraction, summarization and ending prediction have been fine-tuned, trained and uploaded to Hugging Face website. We did this so that the model doesn't need to be trained each time before use.

In order to access the trained models from Hugging Face, follow the below steps.

  1. Create a new account.
  2. Request for User Access Tokens. Please follow this link to request for Access tokens.
  3. Update the Llama_For_Story Ending Prediction.ipynb file under model directory with the user access tokens when prompted.
from huggingface_hub import login
login()

Llama2-7B developed by Meta is available for use publically only upon request. Therefore before use, you need to request for access on Hugging Face. Please follow the below steps to request for access:

  1. Visit this page on Hugging Face, fill the application to request for Llama 2 access.
  2. You will receive an email to the registered email ID once the access has been granted.
  3. We can then use the model freely and load it into our project.

In order to view the logs while training the models, we have made use of wandb. Before using it, we need to request access. Please follow the below steps to request access for wandb.

  1. Create an account with Weights & Biases.
  2. Follow the steps written in the documentation here to set up wandb in your coding environment. Enter your API keys when prompted.
pip install wandb
wandb login

About

Story Sage : Story ending prediction model based on a given theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.3%
  • Python 2.7%