Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a RetNet model trained from scratch using https://github.com/syncdoth/RetNet.
|
19 |
|
20 |
-
Demo: https://huggingface.co/spaces/
|
21 |
|
22 |
## Usage
|
23 |
|
@@ -38,7 +38,7 @@ Example inference script:
|
|
38 |
```py
|
39 |
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
|
40 |
|
41 |
-
MODEL_NAME = "
|
42 |
|
43 |
device = "cuda"
|
44 |
|
|
|
17 |
|
18 |
This model is a RetNet model trained from scratch using https://github.com/syncdoth/RetNet.
|
19 |
|
20 |
+
Demo: https://huggingface.co/spaces/isek-ai/LightNovel-Intro-RetNet-400M-Demo
|
21 |
|
22 |
## Usage
|
23 |
|
|
|
38 |
```py
|
39 |
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
|
40 |
|
41 |
+
MODEL_NAME = "isek-ai/LightNovel-Intro-RetNet-400M"
|
42 |
|
43 |
device = "cuda"
|
44 |
|