devnote5676
commited on
Commit
•
c7abb36
1
Parent(s):
2c077b8
Upload 3 files
Browse files- config.json +31 -0
- pytorch_model.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_probs_dropout_prob": 0.1,
|
3 |
+
"finetuning_task": null,
|
4 |
+
"hidden_act": "gelu",
|
5 |
+
"hidden_dropout_prob": 0.1,
|
6 |
+
"hidden_size": 768,
|
7 |
+
"id2label": {
|
8 |
+
"0": "LABEL_0",
|
9 |
+
"1": "LABEL_1"
|
10 |
+
},
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 3072,
|
13 |
+
"is_decoder": false,
|
14 |
+
"label2id": {
|
15 |
+
"LABEL_0": 0,
|
16 |
+
"LABEL_1": 1
|
17 |
+
},
|
18 |
+
"layer_norm_eps": 1e-12,
|
19 |
+
"max_position_embeddings": 512,
|
20 |
+
"num_attention_heads": 12,
|
21 |
+
"num_hidden_layers": 12,
|
22 |
+
"num_labels": 2,
|
23 |
+
"output_attentions": false,
|
24 |
+
"output_hidden_states": false,
|
25 |
+
"output_past": true,
|
26 |
+
"pruned_heads": {},
|
27 |
+
"torchscript": false,
|
28 |
+
"type_vocab_size": 2,
|
29 |
+
"use_bfloat16": false,
|
30 |
+
"vocab_size": 28996
|
31 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5da1fc8b6ac0f9206a8e0c2968f5f5dad85b4d91b3c47214be5f6c9ec67b5d52
|
3 |
+
size 433297515
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|