Wonder-Griffin
commited on
Commit
•
3e133de
1
Parent(s):
2b0a31f
Upload TraXLMistralForCausalLM
Browse files- config.json +36 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "D:/TraXLMistral/Wonder-Griffin/TraXLMistral/v1-1",
|
3 |
+
"architectures": [
|
4 |
+
"TraXLMistralForCausalLM"
|
5 |
+
],
|
6 |
+
"dropout": 0.1,
|
7 |
+
"dynamic_routing": true,
|
8 |
+
"ff_expansion_factor": 4,
|
9 |
+
"hidden_size": 128,
|
10 |
+
"id2label": {
|
11 |
+
"0": "LABEL_0",
|
12 |
+
"1": "LABEL_1",
|
13 |
+
"2": "LABEL_2",
|
14 |
+
"3": "LABEL_3",
|
15 |
+
"4": "LABEL_4"
|
16 |
+
},
|
17 |
+
"is_decoder": true,
|
18 |
+
"label2id": {
|
19 |
+
"LABEL_0": 0,
|
20 |
+
"LABEL_1": 1,
|
21 |
+
"LABEL_2": 2,
|
22 |
+
"LABEL_3": 3,
|
23 |
+
"LABEL_4": 4
|
24 |
+
},
|
25 |
+
"max_computation_steps": 5,
|
26 |
+
"max_len": 256,
|
27 |
+
"memory_size": 256,
|
28 |
+
"model_type": "TraXLMistral",
|
29 |
+
"n_head": 4,
|
30 |
+
"n_layer": 4,
|
31 |
+
"rnn_units": 128,
|
32 |
+
"sparse_attention": true,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.44.2",
|
35 |
+
"vocab_size": 32768
|
36 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:872eadbba4c9726f3c15eb8f0661a3a1ba776147edf7c1396a23f14b4a24551c
|
3 |
+
size 37390268
|