cdpierse / cdpierse/script_buddy_v2

Trying to get .ipynb to run

Open
#3 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
49
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Hello! Thank you for posting. As per your blog, I opened up a Paperspace instance and cloned your repo, then ran:

git clone https://github.com/cdpierse/script_buddy_v2.git
pip install -r requirements.txt

It all worked perfectly.

Then I opened script_generation.ipynb. I tried to run it, and I got this error:

OSError: Model name './storage/models/' was not found in tokenizers model name list (gpt2, gpt2-medium, gpt2-large, gpt2-xl, distilgpt2). We assumed './storage/models/' was a path, a model identifier, or url to a directory containing vocabulary files named ['vocab.json', 'merges.txt'] but couldn't find such vocabulary files at this path or url.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with script_generation.ipynb and requirements.txt, then trace where './storage/models/' is used and compare it with the model files expected by tokenizers. Confirm what model setup the notebook requires and verify that the notebook runs without the missing vocab.json and merges.txt error.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python, pytorch
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.