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:f687f0be94ec51b2fdbb16f3f4b89915706074b1b6f7c283f6ca3b7ebceb1646
|
| 3 |
+
size 5514431
|