gmongaras commited on
Commit
b262576
1 Parent(s): f8f98c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -6,4 +6,8 @@ This model is fintuned using the following model:
6
  https://huggingface.co/EleutherAI/gpt-neo-1.3B
7
 
8
  The data was scraped from:
9
- https://www.kitsunekko.net/dirlist.php?dir=subtitles%2F
 
 
 
 
 
6
  https://huggingface.co/EleutherAI/gpt-neo-1.3B
7
 
8
  The data was scraped from:
9
+ https://www.kitsunekko.net/dirlist.php?dir=subtitles%2F
10
+
11
+ To load, use:
12
+ model = pipeline('text-generation',model="gmongaras/gpt-anime-sub-1.3B",
13
+ tokenizer="EleutherAI/gpt-neo-1.3B")