Upload 2 files
Browse files- config.json +8 -0
- head.pt +3 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model": "RWKV/rwkv-4-169m-pile",
|
3 |
+
"pooling": "mean",
|
4 |
+
"normalize": true,
|
5 |
+
"proj_dim": 1024,
|
6 |
+
"dtype": "bfloat16",
|
7 |
+
"max_length": 1024
|
8 |
+
}
|
head.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce010d8c126558512cdda9aff60257a5ee708db590a1bb5c664e1933b8ad98aa
|
3 |
+
size 5514431
|