Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ character | visual_novel |
|
|
61 |
from transformers import TextStreamer, pipeline, AutoTokenizer, AutoModelForCausalLM
|
62 |
import json
|
63 |
|
64 |
-
model_id = 'spow12/
|
65 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
66 |
|
67 |
streamer = TextStreamer(tokenizer)
|
@@ -200,7 +200,7 @@ This repository can use Visual novel-based RAG, but i will not distribute it yet
|
|
200 |
```bibtex
|
201 |
@misc {Visual-novel-transcriptor,
|
202 |
author = { {YoungWoo Nam} },
|
203 |
-
title = {
|
204 |
year = 2024,
|
205 |
url = { https://huggingface.co/spow12/waifu_roleplay },
|
206 |
publisher = { Hugging Face }
|
|
|
61 |
from transformers import TextStreamer, pipeline, AutoTokenizer, AutoModelForCausalLM
|
62 |
import json
|
63 |
|
64 |
+
model_id = 'spow12/ChatWaifu'
|
65 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
66 |
|
67 |
streamer = TextStreamer(tokenizer)
|
|
|
200 |
```bibtex
|
201 |
@misc {Visual-novel-transcriptor,
|
202 |
author = { {YoungWoo Nam} },
|
203 |
+
title = { ChatWaifu },
|
204 |
year = 2024,
|
205 |
url = { https://huggingface.co/spow12/waifu_roleplay },
|
206 |
publisher = { Hugging Face }
|