p1atdev commited on
Commit
f814b50
1 Parent(s): 44ef3fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/p1atdev/LightNovel-Intro-RetNet-400M-Demo
21
 
22
  ## Usage
23
 
@@ -38,7 +38,7 @@ Example inference script:
38
  ```py
39
  from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
40
 
41
- MODEL_NAME = "p1atdev/LightNovel-Intro-RetNet-400M"
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