Add model and configuration.
Browse files- config.json +23 -0
- pytorch_model.bin +3 -0
- tf_model.h5 +3 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_pdrop": 0.1,
|
3 |
+
"dff": 8192,
|
4 |
+
"embd_pdrop": 0.1,
|
5 |
+
"initializer_range": 0.02,
|
6 |
+
"layer_norm_epsilon": 1e-06,
|
7 |
+
"model_type": "ctrl",
|
8 |
+
"n_ctx": 512,
|
9 |
+
"n_embd": 32,
|
10 |
+
"n_head": 4,
|
11 |
+
"n_layer": 5,
|
12 |
+
"n_positions": 512,
|
13 |
+
"pad_token_id": 98,
|
14 |
+
"resid_pdrop": 0.1,
|
15 |
+
"summary_activation": null,
|
16 |
+
"summary_first_dropout": 0.1,
|
17 |
+
"summary_proj_to_labels": true,
|
18 |
+
"summary_type": "cls_index",
|
19 |
+
"summary_use_proj": true,
|
20 |
+
"transformers_version": "4.10.0.dev0",
|
21 |
+
"use_cache": true,
|
22 |
+
"vocab_size": 99
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac413b5ee1d8e95f50463a2d083273eb733f44e32395d27b7d1cd0713d7edcb0
|
3 |
+
size 21551281
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3416bf5138c2f426d42bc3ba4a32b2d8964e9baba00935a35363a26cd3c5580f
|
3 |
+
size 205659256
|