FlameF0X commited on
Commit
c9bcd25
·
verified ·
1 Parent(s): b8e6fd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -84,7 +84,7 @@ model = AutoModelForCausalLM.from_pretrained(
84
  "FlameF0X/FWKV-ROSA",
85
  trust_remote_code=True
86
  )
87
- tokenizer = AutoTokenizer.from_pretrained("FlameF0X/FWKV-ROSA")
88
  ```
89
 
90
  Then format your prompts exactly with the chat tokens:
@@ -179,7 +179,7 @@ If you use FWKV-ROSA in your research, please cite it as:
179
  author = {FlameF0X},
180
  title = {FWKV-ROSA: A 56M Recurrent Chat LM with RWKV-style Decay and ROSA Copy Signal},
181
  year = {2025},
182
- howpublished = {\url{https://huggingface.co/FlameF0X/FWKV-ROSA}},
183
  }
184
  ```
185
 
 
84
  "FlameF0X/FWKV-ROSA",
85
  trust_remote_code=True
86
  )
87
+ tokenizer = AutoTokenizer.from_pretrained("FWKV/FWKV-ROSA")
88
  ```
89
 
90
  Then format your prompts exactly with the chat tokens:
 
179
  author = {FlameF0X},
180
  title = {FWKV-ROSA: A 56M Recurrent Chat LM with RWKV-style Decay and ROSA Copy Signal},
181
  year = {2025},
182
+ howpublished = {\url{https://huggingface.co/FWKV/FWKV-ROSA}},
183
  }
184
  ```
185