StarRing2022 commited on
Commit
fe385db
1 Parent(s): ab3759d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ 使用HF的接口很方便地对RWKV在Alpaca格式数据集基于Peft(注意版本为0.2)或RingPeft库(https://github.com/StarRing2022/ChatGPTX-Uni)<br>
6
+ 进行Lora增量微调及部署服务
7
+
8
+ 底座模型:RWKV-4-World-1.5B(StarRing2022/RWKV-4-World-1.5B)
9
+
10
+ 数据集:test.json,测试用
11
+
12
+ 硬件设备:4090单卡,64G内存
13
+
14
+ 训练轮数:100轮
15
+
16
+ 训练耗时:5分钟左右
17
+
18
+
19
+ GIT开源地址:https://github.com/StarRing2022/HF-For-RWKVWorld-LoraAlpaca/