Upload 3 files
Browse files- config.json +16 -0
- pytorch_model.bin +3 -0
- rwkv_vocab_v20230424_special_token.txt +0 -0
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_hidden_size": 2048,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"context_length": 1024,
|
5 |
+
"eos_token_id": 0,
|
6 |
+
"hidden_size": 2048,
|
7 |
+
"intermediate_size": 8192,
|
8 |
+
"layer_norm_epsilon": 1e-05,
|
9 |
+
"model_type": "rwkv",
|
10 |
+
"num_hidden_layers": 24,
|
11 |
+
"rescale_every": 6,
|
12 |
+
"tie_word_embeddings": false,
|
13 |
+
"transformers_version": "4.33.1",
|
14 |
+
"use_cache": true,
|
15 |
+
"vocab_size": 65536
|
16 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10adbe11b786583b9008c5ce9270fafaca28b470ab51643f5789ee0350b5a76b
|
3 |
+
size 3155266433
|
rwkv_vocab_v20230424_special_token.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|