OpenMOSE commited on
Commit
8a217ca
·
verified ·
1 Parent(s): 4b42f09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -4,4 +4,14 @@ base_model:
4
  - RWKV-Red-Team/ARWKV-7B-Preview-0.1
5
  ---
6
 
7
- This model only works with RWKV-Infer and RWKV-LM-RLHF
 
 
 
 
 
 
 
 
 
 
 
4
  - RWKV-Red-Team/ARWKV-7B-Preview-0.1
5
  ---
6
 
7
+ This model only works with RWKV-Infer and RWKV-LM-RLHF
8
+
9
+ slightly fine-tuned CJE 900k including Deepseek R1 magpie.
10
+
11
+ for using
12
+ 1. install RWKV-Infer(see how to install)
13
+ 2. loadmodel
14
+ ```
15
+ curl http://127.0.0.1:9000/loadmodel -X POST -H "Content-Type: application/json" -d '{"model_filename":"models/ARWKV-7B-CJE-30%.pth","model_viewname":"ARWKV-7B-CJE-30%","model_strategy":"fp16"}'
16
+
17
+ ```