delete model
Browse files- config.json +0 -55
- pytorch_model.bin +0 -3
config.json
DELETED
@@ -1,55 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "allenai/longformer-base-4096",
|
3 |
-
"architectures": [
|
4 |
-
"LongformerForSequenceClassification"
|
5 |
-
],
|
6 |
-
"attention_mode": "longformer",
|
7 |
-
"attention_probs_dropout_prob": 0.1,
|
8 |
-
"attention_window": [
|
9 |
-
512,
|
10 |
-
512,
|
11 |
-
512,
|
12 |
-
512,
|
13 |
-
512,
|
14 |
-
512,
|
15 |
-
512,
|
16 |
-
512,
|
17 |
-
512,
|
18 |
-
512,
|
19 |
-
512,
|
20 |
-
512
|
21 |
-
],
|
22 |
-
"bos_token_id": 0,
|
23 |
-
"eos_token_id": 2,
|
24 |
-
"gradient_checkpointing": false,
|
25 |
-
"hidden_act": "gelu",
|
26 |
-
"hidden_dropout_prob": 0.1,
|
27 |
-
"hidden_size": 768,
|
28 |
-
"id2label": {
|
29 |
-
"0": "not related",
|
30 |
-
"1": "coref",
|
31 |
-
"2": "parent",
|
32 |
-
"3": "child"
|
33 |
-
},
|
34 |
-
"ignore_attention_mask": false,
|
35 |
-
"initializer_range": 0.02,
|
36 |
-
"intermediate_size": 3072,
|
37 |
-
"label2id": {
|
38 |
-
"child": "3",
|
39 |
-
"coref": "1",
|
40 |
-
"not related": "0",
|
41 |
-
"parent": "2"
|
42 |
-
},
|
43 |
-
"layer_norm_eps": 1e-05,
|
44 |
-
"max_position_embeddings": 4098,
|
45 |
-
"model_type": "longformer",
|
46 |
-
"num_attention_heads": 12,
|
47 |
-
"num_hidden_layers": 12,
|
48 |
-
"pad_token_id": 1,
|
49 |
-
"position_embedding_type": "absolute",
|
50 |
-
"sep_token_id": 2,
|
51 |
-
"transformers_version": "4.2.2",
|
52 |
-
"type_vocab_size": 1,
|
53 |
-
"use_cache": true,
|
54 |
-
"vocab_size": 50267
|
55 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8becac9152de78afabfa4cd76109357703389e868775383d07901df207b5cdd4
|
3 |
-
size 594801745
|
|
|
|
|
|
|
|