StarRing2022 commited on
Commit
b71c0f0
1 Parent(s): dc7bbc2

Update README.md

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