add model
Browse files- config.json +66 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "longformer-out/checkpoint-812",
|
3 |
+
"architectures": [
|
4 |
+
"LongformerForTokenClassification"
|
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 |
+
"classifier_dropout": null,
|
24 |
+
"eos_token_id": 2,
|
25 |
+
"finetuning_task": "ner",
|
26 |
+
"gradient_checkpointing": false,
|
27 |
+
"hidden_act": "gelu",
|
28 |
+
"hidden_dropout_prob": 0.1,
|
29 |
+
"hidden_size": 768,
|
30 |
+
"id2label": {
|
31 |
+
"0": "Claim",
|
32 |
+
"1": "Concluding Statement",
|
33 |
+
"2": "Counterclaim",
|
34 |
+
"3": "Evidence",
|
35 |
+
"4": "Lead",
|
36 |
+
"5": "O",
|
37 |
+
"6": "Position",
|
38 |
+
"7": "Rebuttal"
|
39 |
+
},
|
40 |
+
"ignore_attention_mask": false,
|
41 |
+
"initializer_range": 0.02,
|
42 |
+
"intermediate_size": 3072,
|
43 |
+
"label2id": {
|
44 |
+
"Claim": 0,
|
45 |
+
"Concluding Statement": 1,
|
46 |
+
"Counterclaim": 2,
|
47 |
+
"Evidence": 3,
|
48 |
+
"Lead": 4,
|
49 |
+
"O": 5,
|
50 |
+
"Position": 6,
|
51 |
+
"Rebuttal": 7
|
52 |
+
},
|
53 |
+
"layer_norm_eps": 1e-05,
|
54 |
+
"max_position_embeddings": 4098,
|
55 |
+
"model_type": "longformer",
|
56 |
+
"num_attention_heads": 12,
|
57 |
+
"num_hidden_layers": 12,
|
58 |
+
"pad_token_id": 1,
|
59 |
+
"position_embedding_type": "absolute",
|
60 |
+
"sep_token_id": 2,
|
61 |
+
"torch_dtype": "float32",
|
62 |
+
"transformers_version": "4.15.0.dev0",
|
63 |
+
"type_vocab_size": 1,
|
64 |
+
"use_cache": true,
|
65 |
+
"vocab_size": 50265
|
66 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d16161e80f9b1cdd5dc27345f7616b7e7c8bc09244a9160452c983d8eeba6807
|
3 |
+
size 592441825
|