imperialwool
commited on
Commit
•
4978c38
1
Parent(s):
c797504
Upload 4 files
Browse files- config.json +35 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- vocab.json +0 -0
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_pdrop": 0.1,
|
3 |
+
"embd_pdrop": 0.1,
|
4 |
+
"finetuning_task": null,
|
5 |
+
"id2label": {
|
6 |
+
"0": "LABEL_0",
|
7 |
+
"1": "LABEL_1"
|
8 |
+
},
|
9 |
+
"initializer_range": 0.02,
|
10 |
+
"is_decoder": false,
|
11 |
+
"label2id": {
|
12 |
+
"LABEL_0": 0,
|
13 |
+
"LABEL_1": 1
|
14 |
+
},
|
15 |
+
"layer_norm_epsilon": 1e-05,
|
16 |
+
"n_ctx": 1024,
|
17 |
+
"n_embd": 1600,
|
18 |
+
"n_head": 25,
|
19 |
+
"n_layer": 48,
|
20 |
+
"n_positions": 1024,
|
21 |
+
"num_labels": 2,
|
22 |
+
"output_attentions": false,
|
23 |
+
"output_hidden_states": false,
|
24 |
+
"output_past": true,
|
25 |
+
"pruned_heads": {},
|
26 |
+
"resid_pdrop": 0.1,
|
27 |
+
"summary_activation": null,
|
28 |
+
"summary_first_dropout": 0.1,
|
29 |
+
"summary_proj_to_labels": true,
|
30 |
+
"summary_type": "cls_index",
|
31 |
+
"summary_use_proj": true,
|
32 |
+
"torchscript": false,
|
33 |
+
"use_bfloat16": false,
|
34 |
+
"vocab_size": 50257
|
35 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18fe157d4c7725ba88d508ba7ff3cbb6dd0370e6debd68d799faea320e3c793a
|
3 |
+
size 6431879780
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|