Upload 3 files
Browse files- config.json +23 -0
- pytorch_model.bin +3 -0
- starting_sequence.json +1 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_probs_dropout_prob": 0.1,
|
3 |
+
"base_model": "transformer",
|
4 |
+
"finetuning_task": null,
|
5 |
+
"hidden_act": "gelu",
|
6 |
+
"hidden_dropout_prob": 0.1,
|
7 |
+
"hidden_size": 768,
|
8 |
+
"initializer_range": 0.02,
|
9 |
+
"input_size": 768,
|
10 |
+
"intermediate_size": 3072,
|
11 |
+
"layer_norm_eps": 1e-12,
|
12 |
+
"max_position_embeddings": 8192,
|
13 |
+
"num_attention_heads": 12,
|
14 |
+
"num_hidden_layers": 12,
|
15 |
+
"num_labels": -1,
|
16 |
+
"output_attentions": false,
|
17 |
+
"output_hidden_states": false,
|
18 |
+
"output_size": 768,
|
19 |
+
"pruned_heads": {},
|
20 |
+
"torchscript": false,
|
21 |
+
"type_vocab_size": 1,
|
22 |
+
"vocab_size": 30
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68a7f8b7215030e0d4bdb2193bc7f9450308904e505b04fad90d0685a734a390
|
3 |
+
size 369505703
|
starting_sequence.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
"DEEKIRTMNPVATEQYGSVSTNLQRGNR"
|