Update README.md
Browse files
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")
|